Color Hex Logo

#faab00 Color Hex

#FAAB00
(250,171,0)
0 Favorites   0 Comments

Color spaces of #faab00

RGB 2501710
HSL0.111.000.49
HSV41°100°98°
CMYK 0.000.321.00   0.02
XYZ53.987349.44986.6993
Yxy49.44980.49020.4490
Hunter Lab70.320613.979143.5759
CIE-Lab75.730318.694179.1995

#faab00 color RGB value is (250,171,0).

#faab00 hex color red value is 250, green value is 171 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #faab00 hue: 0.11 , saturation: 1.00 and the lightness value of faab00 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00000000
Octal 372 253 0
Decimal 250 171 0
Hex FA AB 0

RGB Percentages of Color #faab00

%59.38
%40.62
%0.00

CMYK Percentages of Color #faab00

%0
%32
%100
%2

Triadic Colors of #faab00

#faab00 #00faab #ab00fa

Analogous Colors of #faab00

#faab00 #ccfa00 #fa2e00

Monochromatic Colors of #faab00

#faab00

Complementary Color

#faab00 #004ffa

#faab00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab00 Color CSS Codes

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

#faab00 Text Font Color

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

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


#faab00 Background Color

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

This div background color is #faab00


#faab00 Border Color

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

This div border color is #faab00


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,171,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab00


Comments

No comments written yet.

Please login to write comment.