Color Hex Logo

#fd804f Color Hex

#FD804F
(253,128,79)
0 Favorites   0 Comments

Color spaces of #fd804f

RGB 25312879
HSL0.050.980.65
HSV17°69°99°
CMYK 0.000.490.69   0.01
XYZ49.638536.885511.9005
Yxy36.88550.50430.3748
Hunter Lab60.733439.607730.8957
CIE-Lab67.191044.070147.8092

#fd804f color RGB value is (253,128,79).

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

The process color (four color CMYK) of #fd804f color hex is 0.00, 0.49, 0.69, 0.01. Web safe color of #fd804f is #ff9966. Color #fd804f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 01001111
Octal 375 200 117
Decimal 253 128 79
Hex FD 80 4F

RGB Percentages of Color #fd804f

%55.00
%27.83
%17.17

CMYK Percentages of Color #fd804f

%0
%49
%69
%1

Triadic Colors of #fd804f

#fd804f #4ffd80 #804ffd

Analogous Colors of #fd804f

#fd804f #fdd74f #fd4f75

Monochromatic Colors of #fd804f

#fd804f

Complementary Color

#fd804f #4fccfd

#fd804f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd804f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd804f Color CSS Codes

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

#fd804f Text Font Color

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

This sample text font color is #fd804f
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.


#fd804f Background Color

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

This div background color is #fd804f


#fd804f Border Color

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

This div border color is #fd804f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd804f


Comments

No comments written yet.

Please login to write comment.