Color Hex Logo

#fd884f Color Hex

#FD884F
(253,136,79)
0 Favorites   0 Comments

Color spaces of #fd884f

RGB 25313679
HSL0.050.980.65
HSV20°69°99°
CMYK 0.000.460.69   0.01
XYZ50.723539.055512.2622
Yxy39.05550.49710.3827
Hunter Lab62.494435.514132.1126
CIE-Lab68.791440.084449.6094

#fd884f color RGB value is (253,136,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 01001111
Octal 375 210 117
Decimal 253 136 79
Hex FD 88 4F

RGB Percentages of Color #fd884f

%54.06
%29.06
%16.88

CMYK Percentages of Color #fd884f

%0
%46
%69
%1

Triadic Colors of #fd884f

#fd884f #4ffd88 #884ffd

Analogous Colors of #fd884f

#fd884f #fddf4f #fd4f6d

Monochromatic Colors of #fd884f

#fd884f

Complementary Color

#fd884f #4fc4fd

#fd884f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd884f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd884f Color CSS Codes

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

#fd884f Text Font Color

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

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


#fd884f Background Color

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

This div background color is #fd884f


#fd884f Border Color

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

This div border color is #fd884f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,136,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 #fd884f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd884f

#fd884f Color Palettes


Comments

No comments written yet.

Please login to write comment.