Color Hex Logo

#faf97a Color Hex

#FAF97A
(250,249,122)
0 Favorites   0 Comments

Color spaces of #faf97a

RGB 250249122
HSL0.170.930.73
HSV60°51°98°
CMYK 0.000.000.51   0.02
XYZ76.812989.480531.6353
Yxy89.48050.38810.4521
Hunter Lab94.5941-20.593146.3874
CIE-Lab95.7809-16.082960.2608

#faf97a color RGB value is (250,249,122).

#faf97a hex color red value is 250, green value is 249 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #faf97a hue: 0.17 , saturation: 0.93 and the lightness value of faf97a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01111010
Octal 372 371 172
Decimal 250 249 122
Hex FA F9 7A

RGB Percentages of Color #faf97a

%40.26
%40.10
%19.65

CMYK Percentages of Color #faf97a

%0
%0
%51
%2

Triadic Colors of #faf97a

#faf97a #7afaf9 #f97afa

Analogous Colors of #faf97a

#faf97a #bbfa7a #fab97a

Monochromatic Colors of #faf97a

#faf97a

Complementary Color

#faf97a #7a7bfa

#faf97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf97a Color CSS Codes

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

#faf97a Text Font Color

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

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


#faf97a Background Color

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

This div background color is #faf97a


#faf97a Border Color

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

This div border color is #faf97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf97a

Related Colors


Comments

No comments written yet.

Please login to write comment.