Color Hex Logo

#faf56a Color Hex

#FAF56A
(250,245,106)
0 Favorites   0 Comments

Color spaces of #faf56a

RGB 250245106
HSL0.160.940.70
HSV58°58°98°
CMYK 0.000.020.58   0.02
XYZ74.678386.669426.4286
Yxy86.66940.39770.4616
Hunter Lab93.0964-19.733048.3360
CIE-Lab94.5978-15.338465.9280

#faf56a color RGB value is (250,245,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01101010
Octal 372 365 152
Decimal 250 245 106
Hex FA F5 6A

RGB Percentages of Color #faf56a

%41.60
%40.77
%17.64

CMYK Percentages of Color #faf56a

%0
%2
%58
%2

Triadic Colors of #faf56a

#faf56a #6afaf5 #f56afa

Analogous Colors of #faf56a

#faf56a #b7fa6a #faad6a

Monochromatic Colors of #faf56a

#faf56a

Complementary Color

#faf56a #6a6ffa

#faf56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf56a Color CSS Codes

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

#faf56a Text Font Color

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

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


#faf56a Background Color

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

This div background color is #faf56a


#faf56a Border Color

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

This div border color is #faf56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf56a


Comments

No comments written yet.

Please login to write comment.