Color Hex Logo

#f9a574 Color Hex

#F9A574
(249,165,116)
0 Favorites   0 Comments

Color spaces of #f9a574

RGB 249165116
HSL0.060.920.72
HSV22°53°98°
CMYK 0.000.340.53   0.02
XYZ55.674448.311022.9136
Yxy48.31100.43870.3807
Hunter Lab69.506121.342829.1086
CIE-Lab75.020726.022137.9703

#f9a574 color RGB value is (249,165,116).

#f9a574 hex color red value is 249, green value is 165 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f9a574 hue: 0.06 , saturation: 0.92 and the lightness value of f9a574 is 0.72.

The process color (four color CMYK) of #f9a574 color hex is 0.00, 0.34, 0.53, 0.02. Web safe color of #f9a574 is #ff9966. Color #f9a574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100101 01110100
Octal 371 245 164
Decimal 249 165 116
Hex F9 A5 74

RGB Percentages of Color #f9a574

%46.98
%31.13
%21.89

CMYK Percentages of Color #f9a574

%0
%34
%53
%2

Triadic Colors of #f9a574

#f9a574 #74f9a5 #a574f9

Analogous Colors of #f9a574

#f9a574 #f9e874 #f97486

Monochromatic Colors of #f9a574

#f9a574

Complementary Color

#f9a574 #74c8f9

#f9a574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a574 Color CSS Codes

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

#f9a574 Text Font Color

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

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


#f9a574 Background Color

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

This div background color is #f9a574


#f9a574 Border Color

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

This div border color is #f9a574


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,165,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9a574; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9a574;
  -webkit-box-shadow: 1px 1px 3px 2px #f9a574;
  box-shadow:         1px 1px 3px 2px #f9a574; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,165,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a574


Comments

No comments written yet.

Please login to write comment.