Color Hex Logo

#f9aa19 Color Hex

#F9AA19
(249,170,25)
1 Favorites   0 Comments

Color spaces of #f9aa19

RGB 24917025
HSL0.110.950.54
HSV39°90°98°
CMYK 0.000.320.90   0.02
XYZ53.617148.95947.5439
Yxy48.95940.48690.4446
Hunter Lab69.971014.331042.5874
CIE-Lab75.426119.056875.4873

#f9aa19 color RGB value is (249,170,25).

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

The process color (four color CMYK) of #f9aa19 color hex is 0.00, 0.32, 0.90, 0.02. Web safe color of #f9aa19 is #ff9900. Color #f9aa19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101010 00011001
Octal 371 252 31
Decimal 249 170 25
Hex F9 AA 19

RGB Percentages of Color #f9aa19

%56.08
%38.29
%5.63

CMYK Percentages of Color #f9aa19

%0
%32
%90
%2

Triadic Colors of #f9aa19

#f9aa19 #19f9aa #aa19f9

Analogous Colors of #f9aa19

#f9aa19 #d8f919 #f93a19

Monochromatic Colors of #f9aa19

#f9aa19

Complementary Color

#f9aa19 #1968f9

#f9aa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aa19 Color CSS Codes

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

#f9aa19 Text Font Color

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

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


#f9aa19 Background Color

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

This div background color is #f9aa19


#f9aa19 Border Color

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

This div border color is #f9aa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aa19

Related Colors


Comments

No comments written yet.

Please login to write comment.