Color Hex Logo

#faf59e Color Hex

#FAF59E
(250,245,158)
0 Favorites   0 Comments

Color spaces of #faf59e

RGB 250245158
HSL0.160.900.80
HSV57°37°98°
CMYK 0.000.020.37   0.02
XYZ78.248388.097445.2281
Yxy88.09740.36980.4164
Hunter Lab93.8602-15.445637.1323
CIE-Lab95.2019-10.704442.5009

#faf59e color RGB value is (250,245,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 10011110
Octal 372 365 236
Decimal 250 245 158
Hex FA F5 9E

RGB Percentages of Color #faf59e

%38.28
%37.52
%24.20

CMYK Percentages of Color #faf59e

%0
%2
%37
%2

Triadic Colors of #faf59e

#faf59e #9efaf5 #f59efa

Analogous Colors of #faf59e

#faf59e #d1fa9e #fac79e

Monochromatic Colors of #faf59e

#faf59e

Complementary Color

#faf59e #9ea3fa

#faf59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf59e Color CSS Codes

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

#faf59e Text Font Color

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

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


#faf59e Background Color

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

This div background color is #faf59e


#faf59e Border Color

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

This div border color is #faf59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf59e


Comments

No comments written yet.

Please login to write comment.