Color Hex Logo

#faf291 Color Hex

#FAF291
(250,242,145)
0 Favorites   0 Comments

Color spaces of #faf291

RGB 250242145
HSL0.150.910.77
HSV55°42°98°
CMYK 0.000.030.42   0.02
XYZ76.287385.872639.3424
Yxy85.87260.37860.4262
Hunter Lab92.6675-15.220239.6954
CIE-Lab94.2579-10.582947.6494

#faf291 color RGB value is (250,242,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 10010001
Octal 372 362 221
Decimal 250 242 145
Hex FA F2 91

RGB Percentages of Color #faf291

%39.25
%37.99
%22.76

CMYK Percentages of Color #faf291

%0
%3
%42
%2

Triadic Colors of #faf291

#faf291 #91faf2 #f291fa

Analogous Colors of #faf291

#faf291 #cefa91 #fabe91

Monochromatic Colors of #faf291

#faf291

Complementary Color

#faf291 #9199fa

#faf291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf291 Color CSS Codes

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

#faf291 Text Font Color

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

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


#faf291 Background Color

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

This div background color is #faf291


#faf291 Border Color

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

This div border color is #faf291


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,242,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 #faf291">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf291


Comments

No comments written yet.

Please login to write comment.