Color Hex Logo

#fd894a Color Hex

#FD894A
(253,137,74)
0 Favorites   0 Comments

Color spaces of #fd894a

RGB 25313774
HSL0.060.980.64
HSV21°71°99°
CMYK 0.000.460.71   0.01
XYZ50.689739.268411.3865
Yxy39.26840.50020.3875
Hunter Lab62.664534.726933.0918
CIE-Lab68.945239.331452.2307

#fd894a color RGB value is (253,137,74).

#fd894a hex color red value is 253, green value is 137 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fd894a hue: 0.06 , saturation: 0.98 and the lightness value of fd894a is 0.64.

The process color (four color CMYK) of #fd894a color hex is 0.00, 0.46, 0.71, 0.01. Web safe color of #fd894a is #ff9933. Color #fd894a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 01001010
Octal 375 211 112
Decimal 253 137 74
Hex FD 89 4A

RGB Percentages of Color #fd894a

%54.53
%29.53
%15.95

CMYK Percentages of Color #fd894a

%0
%46
%71
%1

Triadic Colors of #fd894a

#fd894a #4afd89 #894afd

Analogous Colors of #fd894a

#fd894a #fde34a #fd4a65

Monochromatic Colors of #fd894a

#fd894a

Complementary Color

#fd894a #4abefd

#fd894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd894a Color CSS Codes

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

#fd894a Text Font Color

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

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


#fd894a Background Color

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

This div background color is #fd894a


#fd894a Border Color

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

This div border color is #fd894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd894a

#fd894a Color Palettes


Comments

No comments written yet.

Please login to write comment.