Color Hex Logo

#faf991 Color Hex

#FAF991
(250,249,145)
0 Favorites   0 Comments

Color spaces of #faf991

RGB 250249145
HSL0.170.910.77
HSV59°42°98°
CMYK 0.000.000.42   0.02
XYZ78.410990.119740.0502
Yxy90.11970.37590.4321
Hunter Lab94.9314-18.693541.4384
CIE-Lab96.0464-14.020049.8839

#faf991 color RGB value is (250,249,145).

#faf991 hex color red value is 250, green value is 249 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #faf991 hue: 0.17 , saturation: 0.91 and the lightness value of faf991 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 10010001
Octal 372 371 221
Decimal 250 249 145
Hex FA F9 91

RGB Percentages of Color #faf991

%38.82
%38.66
%22.52

CMYK Percentages of Color #faf991

%0
%0
%42
%2

Triadic Colors of #faf991

#faf991 #91faf9 #f991fa

Analogous Colors of #faf991

#faf991 #c7fa91 #fac591

Monochromatic Colors of #faf991

#faf991

Complementary Color

#faf991 #9192fa

#faf991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf991 Color CSS Codes

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

#faf991 Text Font Color

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

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


#faf991 Background Color

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

This div background color is #faf991


#faf991 Border Color

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

This div border color is #faf991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf991


Comments

No comments written yet.

Please login to write comment.