Color Hex Logo

#faf05e Color Hex

#FAF05E
(250,240,94)
0 Favorites   0 Comments

Color spaces of #faf05e

RGB 25024094
HSL0.160.940.67
HSV56°62°98°
CMYK 0.000.040.62   0.02
XYZ72.604883.452322.8709
Yxy83.45230.40580.4664
Hunter Lab91.3522-17.998449.1027
CIE-Lab93.2121-13.675769.4088

#faf05e color RGB value is (250,240,94).

#faf05e hex color red value is 250, green value is 240 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #faf05e hue: 0.16 , saturation: 0.94 and the lightness value of faf05e is 0.67.

The process color (four color CMYK) of #faf05e color hex is 0.00, 0.04, 0.62, 0.02. Web safe color of #faf05e is #ffff66. Color #faf05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01011110
Octal 372 360 136
Decimal 250 240 94
Hex FA F0 5E

RGB Percentages of Color #faf05e

%42.81
%41.10
%16.10

CMYK Percentages of Color #faf05e

%0
%4
%62
%2

Triadic Colors of #faf05e

#faf05e #5efaf0 #f05efa

Analogous Colors of #faf05e

#faf05e #b6fa5e #faa25e

Monochromatic Colors of #faf05e

#faf05e

Complementary Color

#faf05e #5e68fa

#faf05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf05e Color CSS Codes

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

#faf05e Text Font Color

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

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


#faf05e Background Color

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

This div background color is #faf05e


#faf05e Border Color

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

This div border color is #faf05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf05e


Comments

No comments written yet.

Please login to write comment.