Color Hex Logo

#faf66a Color Hex

#FAF66A
(250,246,106)
0 Favorites   0 Comments

Color spaces of #faf66a

RGB 250246106
HSL0.160.940.70
HSV58°58°98°
CMYK 0.000.020.58   0.02
XYZ74.981687.276126.5297
Yxy87.27610.39720.4623
Hunter Lab93.4217-20.221248.5581
CIE-Lab94.8553-15.824466.2130

#faf66a color RGB value is (250,246,106).

#faf66a hex color red value is 250, green value is 246 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #faf66a hue: 0.16 , saturation: 0.94 and the lightness value of faf66a is 0.70.

The process color (four color CMYK) of #faf66a color hex is 0.00, 0.02, 0.58, 0.02. Web safe color of #faf66a is #ffff66. Color #faf66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01101010
Octal 372 366 152
Decimal 250 246 106
Hex FA F6 6A

RGB Percentages of Color #faf66a

%41.53
%40.86
%17.61

CMYK Percentages of Color #faf66a

%0
%2
%58
%2

Triadic Colors of #faf66a

#faf66a #6afaf6 #f66afa

Analogous Colors of #faf66a

#faf66a #b6fa6a #faae6a

Monochromatic Colors of #faf66a

#faf66a

Complementary Color

#faf66a #6a6efa

#faf66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf66a Color CSS Codes

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

#faf66a Text Font Color

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

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


#faf66a Background Color

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

This div background color is #faf66a


#faf66a Border Color

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

This div border color is #faf66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf66a


Comments

No comments written yet.

Please login to write comment.