Color Hex Logo

#faf76a Color Hex

#FAF76A
(250,247,106)
0 Favorites   0 Comments

Color spaces of #faf76a

RGB 250247106
HSL0.160.940.70
HSV59°58°98°
CMYK 0.000.010.58   0.02
XYZ75.286687.886126.6314
Yxy87.88610.39670.4630
Hunter Lab93.7476-20.708948.7805
CIE-Lab95.1130-16.309566.4979

#faf76a color RGB value is (250,247,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01101010
Octal 372 367 152
Decimal 250 247 106
Hex FA F7 6A

RGB Percentages of Color #faf76a

%41.46
%40.96
%17.58

CMYK Percentages of Color #faf76a

%0
%1
%58
%2

Triadic Colors of #faf76a

#faf76a #6afaf7 #f76afa

Analogous Colors of #faf76a

#faf76a #b5fa6a #faaf6a

Monochromatic Colors of #faf76a

#faf76a

Complementary Color

#faf76a #6a6dfa

#faf76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf76a Color CSS Codes

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

#faf76a Text Font Color

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

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


#faf76a Background Color

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

This div background color is #faf76a


#faf76a Border Color

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

This div border color is #faf76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf76a

Related Colors


Comments

No comments written yet.

Please login to write comment.