Color Hex Logo

#faf299 Color Hex

#FAF299
(250,242,153)
0 Favorites   0 Comments

Color spaces of #faf299

RGB 250242153
HSL0.150.910.79
HSV55°39°98°
CMYK 0.000.030.39   0.02
XYZ76.926286.128242.7069
Yxy86.12820.37390.4186
Hunter Lab92.8053-14.450837.6798
CIE-Lab94.3671-9.760443.8876

#faf299 color RGB value is (250,242,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 10011001
Octal 372 362 231
Decimal 250 242 153
Hex FA F2 99

RGB Percentages of Color #faf299

%38.76
%37.52
%23.72

CMYK Percentages of Color #faf299

%0
%3
%39
%2

Triadic Colors of #faf299

#faf299 #99faf2 #f299fa

Analogous Colors of #faf299

#faf299 #d2fa99 #fac299

Monochromatic Colors of #faf299

#faf299

Complementary Color

#faf299 #99a1fa

#faf299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf299 Color CSS Codes

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

#faf299 Text Font Color

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

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


#faf299 Background Color

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

This div background color is #faf299


#faf299 Border Color

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

This div border color is #faf299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf299


Comments

No comments written yet.

Please login to write comment.