Color Hex Logo

#f9a712 Color Hex

#F9A712
(249,167,18)
0 Favorites   0 Comments

Color spaces of #f9a712

RGB 24916718
HSL0.110.950.52
HSV39°93°98°
CMYK 0.000.330.93   0.02
XYZ52.994847.82087.0095
Yxy47.82080.49150.4435
Hunter Lab69.152615.775742.3970
CIE-Lab74.711820.531176.2430

#f9a712 color RGB value is (249,167,18).

#f9a712 hex color red value is 249, green value is 167 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f9a712 hue: 0.11 , saturation: 0.95 and the lightness value of f9a712 is 0.52.

The process color (four color CMYK) of #f9a712 color hex is 0.00, 0.33, 0.93, 0.02. Web safe color of #f9a712 is #ff9900. Color #f9a712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10100111 00010010
Octal 371 247 22
Decimal 249 167 18
Hex F9 A7 12

RGB Percentages of Color #f9a712

%57.37
%38.48
%4.15

CMYK Percentages of Color #f9a712

%0
%33
%93
%2

Triadic Colors of #f9a712

#f9a712 #12f9a7 #a712f9

Analogous Colors of #f9a712

#f9a712 #d8f912 #f93412

Monochromatic Colors of #f9a712

#f9a712

Complementary Color

#f9a712 #1264f9

#f9a712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9a712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9a712 Color CSS Codes

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

#f9a712 Text Font Color

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

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


#f9a712 Background Color

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

This div background color is #f9a712


#f9a712 Border Color

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

This div border color is #f9a712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9a712


Comments

No comments written yet.

Please login to write comment.