Color Hex Logo

#faf59a Color Hex

#FAF59A
(250,245,154)
0 Favorites   0 Comments

Color spaces of #faf59a

RGB 250245154
HSL0.160.910.79
HSV57°38°98°
CMYK 0.000.020.38   0.02
XYZ77.909587.961943.4439
Yxy87.96190.37220.4202
Hunter Lab93.7880-15.849438.1877
CIE-Lab95.1449-11.135944.3912

#faf59a color RGB value is (250,245,154).

#faf59a hex color red value is 250, green value is 245 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #faf59a hue: 0.16 , saturation: 0.91 and the lightness value of faf59a is 0.79.

The process color (four color CMYK) of #faf59a color hex is 0.00, 0.02, 0.38, 0.02. Web safe color of #faf59a is #ffff99. Color #faf59a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 10011010
Octal 372 365 232
Decimal 250 245 154
Hex FA F5 9A

RGB Percentages of Color #faf59a

%38.52
%37.75
%23.73

CMYK Percentages of Color #faf59a

%0
%2
%38
%2

Triadic Colors of #faf59a

#faf59a #9afaf5 #f59afa

Analogous Colors of #faf59a

#faf59a #cffa9a #fac59a

Monochromatic Colors of #faf59a

#faf59a

Complementary Color

#faf59a #9a9ffa

#faf59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf59a Color CSS Codes

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

#faf59a Text Font Color

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

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


#faf59a Background Color

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

This div background color is #faf59a


#faf59a Border Color

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

This div border color is #faf59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf59a

Related Colors


Comments

No comments written yet.

Please login to write comment.