Color Hex Logo

#faf95a Color Hex

#FAF95A
(250,249,90)
0 Favorites   0 Comments

Color spaces of #faf95a

RGB 25024990
HSL0.170.940.67
HSV60°64°98°
CMYK 0.000.000.64   0.02
XYZ75.145588.813522.8550
Yxy88.81350.40220.4754
Hunter Lab94.2409-22.589951.5898
CIE-Lab95.5024-18.277473.3852

#faf95a color RGB value is (250,249,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01011010
Octal 372 371 132
Decimal 250 249 90
Hex FA F9 5A

RGB Percentages of Color #faf95a

%42.44
%42.28
%15.28

CMYK Percentages of Color #faf95a

%0
%0
%64
%2

Triadic Colors of #faf95a

#faf95a #5afaf9 #f95afa

Analogous Colors of #faf95a

#faf95a #abfa5a #faa95a

Monochromatic Colors of #faf95a

#faf95a

Complementary Color

#faf95a #5a5bfa

#faf95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf95a Color CSS Codes

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

#faf95a Text Font Color

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

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


#faf95a Background Color

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

This div background color is #faf95a


#faf95a Border Color

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

This div border color is #faf95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf95a

Related Colors


Comments

No comments written yet.

Please login to write comment.