Color Hex Logo

#fd802d Color Hex

#FD802D
(253,128,45)
0 Favorites   0 Comments

Color spaces of #fd802d

RGB 25312845
HSL0.070.980.58
HSV24°82°99°
CMYK 0.000.490.82   0.01
XYZ48.700836.51056.9630
Yxy36.51050.52840.3961
Hunter Lab60.423938.126535.4644
CIE-Lab66.908242.737962.9662

#fd802d color RGB value is (253,128,45).

#fd802d hex color red value is 253, green value is 128 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fd802d hue: 0.07 , saturation: 0.98 and the lightness value of fd802d is 0.58.

The process color (four color CMYK) of #fd802d color hex is 0.00, 0.49, 0.82, 0.01. Web safe color of #fd802d is #ff9933. Color #fd802d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 00101101
Octal 375 200 55
Decimal 253 128 45
Hex FD 80 2D

RGB Percentages of Color #fd802d

%59.39
%30.05
%10.56

CMYK Percentages of Color #fd802d

%0
%49
%82
%1

Triadic Colors of #fd802d

#fd802d #2dfd80 #802dfd

Analogous Colors of #fd802d

#fd802d #fde82d #fd2d42

Monochromatic Colors of #fd802d

#fd802d

Complementary Color

#fd802d #2daafd

#fd802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd802d Color CSS Codes

.mybgcolor {background-color:#fd802d; } 
.myforecolor {color:#fd802d; }
.mybordercolor {border:3px solid #fd802d; }

#fd802d Text Font Color

<p style="color:#fd802d">Text here</p>

This sample text font color is #fd802d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd802d Background Color

<div style="background-color:#fd802d">
Div content here</div>

This div background color is #fd802d


#fd802d Border Color

<div style="border:3px solid #fd802d">
Div here</div>

This div border color is #fd802d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,128,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd802d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd802d;
  -webkit-box-shadow: 1px 1px 3px 2px #fd802d;
  box-shadow:         1px 1px 3px 2px #fd802d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,128,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd802d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd802d;
  -webkit-box-shadow: 1px 1px 3px 2px #fd802d;
  box-shadow:         1px 1px 3px 2px #fd802d;">
Div content here</div>

This div box has shadow with color #fd802d


Comments

No comments written yet.

Please login to write comment.