Color Hex Logo

#faf799 Color Hex

#FAF799
(250,247,153)
0 Favorites   0 Comments

Color spaces of #faf799

RGB 250247153
HSL0.160.910.79
HSV58°39°98°
CMYK 0.000.010.39   0.02
XYZ78.434989.145443.2098
Yxy89.14540.37210.4229
Hunter Lab94.4168-16.944238.9578
CIE-Lab95.6412-12.225445.5118

#faf799 color RGB value is (250,247,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 10011001
Octal 372 367 231
Decimal 250 247 153
Hex FA F7 99

RGB Percentages of Color #faf799

%38.46
%38.00
%23.54

CMYK Percentages of Color #faf799

%0
%1
%39
%2

Triadic Colors of #faf799

#faf799 #99faf7 #f799fa

Analogous Colors of #faf799

#faf799 #cdfa99 #fac799

Monochromatic Colors of #faf799

#faf799

Complementary Color

#faf799 #999cfa

#faf799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf799 Color CSS Codes

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

#faf799 Text Font Color

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

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


#faf799 Background Color

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

This div background color is #faf799


#faf799 Border Color

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

This div border color is #faf799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf799

Related Colors


Comments

No comments written yet.

Please login to write comment.