Color Hex Logo

#faf399 Color Hex

#FAF399
(250,243,153)
0 Favorites   0 Comments

Color spaces of #faf399

RGB 250243153
HSL0.150.910.79
HSV56°39°98°
CMYK 0.000.030.39   0.02
XYZ77.224786.725142.8064
Yxy86.72510.37350.4195
Hunter Lab93.1263-14.950537.9352
CIE-Lab94.6215-10.255044.2126

#faf399 color RGB value is (250,243,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 10011001
Octal 372 363 231
Decimal 250 243 153
Hex FA F3 99

RGB Percentages of Color #faf399

%38.70
%37.62
%23.68

CMYK Percentages of Color #faf399

%0
%3
%39
%2

Triadic Colors of #faf399

#faf399 #99faf3 #f399fa

Analogous Colors of #faf399

#faf399 #d1fa99 #fac399

Monochromatic Colors of #faf399

#faf399

Complementary Color

#faf399 #99a0fa

#faf399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf399 Color CSS Codes

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

#faf399 Text Font Color

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

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


#faf399 Background Color

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

This div background color is #faf399


#faf399 Border Color

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

This div border color is #faf399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf399

Related Colors


Comments

No comments written yet.

Please login to write comment.