Color Hex Logo

#faf65a Color Hex

#FAF65A
(250,246,90)
1 Favorites   0 Comments

Color spaces of #faf65a

RGB 25024690
HSL0.160.940.67
HSV59°64°98°
CMYK 0.000.020.64   0.02
XYZ74.225686.973722.5484
Yxy86.97370.40400.4733
Hunter Lab93.2597-21.135950.9466
CIE-Lab94.7271-16.829872.5824

#faf65a color RGB value is (250,246,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01011010
Octal 372 366 132
Decimal 250 246 90
Hex FA F6 5A

RGB Percentages of Color #faf65a

%42.66
%41.98
%15.36

CMYK Percentages of Color #faf65a

%0
%2
%64
%2

Triadic Colors of #faf65a

#faf65a #5afaf6 #f65afa

Analogous Colors of #faf65a

#faf65a #aefa5a #faa65a

Monochromatic Colors of #faf65a

#faf65a

Complementary Color

#faf65a #5a5efa

#faf65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf65a Color CSS Codes

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

#faf65a Text Font Color

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

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


#faf65a Background Color

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

This div background color is #faf65a


#faf65a Border Color

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

This div border color is #faf65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf65a


Comments

No comments written yet.

Please login to write comment.