Color Hex Logo

#faf59f Color Hex

#FAF59F
(250,245,159)
0 Favorites   0 Comments

Color spaces of #faf59f

RGB 250245159
HSL0.160.900.80
HSV57°36°98°
CMYK 0.000.020.36   0.02
XYZ78.334888.132045.6834
Yxy88.13200.36920.4154
Hunter Lab93.8786-15.342636.8632
CIE-Lab95.2165-10.594642.0270

#faf59f color RGB value is (250,245,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 10011111
Octal 372 365 237
Decimal 250 245 159
Hex FA F5 9F

RGB Percentages of Color #faf59f

%38.23
%37.46
%24.31

CMYK Percentages of Color #faf59f

%0
%2
%36
%2

Triadic Colors of #faf59f

#faf59f #9ffaf5 #f59ffa

Analogous Colors of #faf59f

#faf59f #d2fa9f #fac89f

Monochromatic Colors of #faf59f

#faf59f

Complementary Color

#faf59f #9fa4fa

#faf59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf59f Color CSS Codes

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

#faf59f Text Font Color

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

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


#faf59f Background Color

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

This div background color is #faf59f


#faf59f Border Color

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

This div border color is #faf59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf59f


Comments

No comments written yet.

Please login to write comment.