Color Hex Logo

#faf15c Color Hex

#FAF15C
(250,241,92)
0 Favorites   0 Comments

Color spaces of #faf15c

RGB 25024192
HSL0.160.940.67
HSV57°63°98°
CMYK 0.000.040.63   0.02
XYZ72.811484.007322.5027
Yxy84.00730.40600.4685
Hunter Lab91.6555-18.596249.6023
CIE-Lab93.4537-14.283970.4668

#faf15c color RGB value is (250,241,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 01011100
Octal 372 361 134
Decimal 250 241 92
Hex FA F1 5C

RGB Percentages of Color #faf15c

%42.88
%41.34
%15.78

CMYK Percentages of Color #faf15c

%0
%4
%63
%2

Triadic Colors of #faf15c

#faf15c #5cfaf1 #f15cfa

Analogous Colors of #faf15c

#faf15c #b4fa5c #faa25c

Monochromatic Colors of #faf15c

#faf15c

Complementary Color

#faf15c #5c65fa

#faf15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf15c Color CSS Codes

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

#faf15c Text Font Color

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

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


#faf15c Background Color

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

This div background color is #faf15c


#faf15c Border Color

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

This div border color is #faf15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf15c


Comments

No comments written yet.

Please login to write comment.