Color Hex Logo

#faaf19 Color Hex

#FAAF19
(250,175,25)
0 Favorites   0 Comments

Color spaces of #faaf19

RGB 25017525
HSL0.110.960.54
HSV40°90°98°
CMYK 0.000.300.90   0.02
XYZ54.929851.05417.8790
Yxy51.05410.48240.4484
Hunter Lab71.452212.183043.4786
CIE-Lab76.711816.859476.5053

#faaf19 color RGB value is (250,175,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00011001
Octal 372 257 31
Decimal 250 175 25
Hex FA AF 19

RGB Percentages of Color #faaf19

%55.56
%38.89
%5.56

CMYK Percentages of Color #faaf19

%0
%30
%90
%2

Triadic Colors of #faaf19

#faaf19 #19faaf #af19fa

Analogous Colors of #faaf19

#faaf19 #d5fa19 #fa3f19

Monochromatic Colors of #faaf19

#faaf19

Complementary Color

#faaf19 #1964fa

#faaf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf19 Color CSS Codes

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

#faaf19 Text Font Color

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

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


#faaf19 Background Color

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

This div background color is #faaf19


#faaf19 Border Color

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

This div border color is #faaf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf19


Comments

No comments written yet.

Please login to write comment.