Color Hex Logo

#faf15f Color Hex

#FAF15F
(250,241,95)
0 Favorites   0 Comments

Color spaces of #faf15f

RGB 25024195
HSL0.160.940.68
HSV57°62°98°
CMYK 0.000.040.62   0.02
XYZ72.945284.060823.2072
Yxy84.06080.40480.4665
Hunter Lab91.6847-18.431949.1718
CIE-Lab93.4769-14.103969.2855

#faf15f color RGB value is (250,241,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 01011111
Octal 372 361 137
Decimal 250 241 95
Hex FA F1 5F

RGB Percentages of Color #faf15f

%42.66
%41.13
%16.21

CMYK Percentages of Color #faf15f

%0
%4
%62
%2

Triadic Colors of #faf15f

#faf15f #5ffaf1 #f15ffa

Analogous Colors of #faf15f

#faf15f #b6fa5f #faa45f

Monochromatic Colors of #faf15f

#faf15f

Complementary Color

#faf15f #5f68fa

#faf15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf15f Color CSS Codes

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

#faf15f Text Font Color

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

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


#faf15f Background Color

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

This div background color is #faf15f


#faf15f Border Color

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

This div border color is #faf15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf15f

Related Colors


Comments

No comments written yet.

Please login to write comment.