Color Hex Logo

#faf959 Color Hex

#FAF959
(250,249,89)
0 Favorites   0 Comments

Color spaces of #faf959

RGB 25024989
HSL0.170.940.66
HSV60°64°98°
CMYK 0.000.000.64   0.02
XYZ75.103288.796622.6323
Yxy88.79660.40260.4760
Hunter Lab94.2319-22.640851.7223
CIE-Lab95.4954-18.333773.7603

#faf959 color RGB value is (250,249,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01011001
Octal 372 371 131
Decimal 250 249 89
Hex FA F9 59

RGB Percentages of Color #faf959

%42.52
%42.35
%15.14

CMYK Percentages of Color #faf959

%0
%0
%64
%2

Triadic Colors of #faf959

#faf959 #59faf9 #f959fa

Analogous Colors of #faf959

#faf959 #abfa59 #faa959

Monochromatic Colors of #faf959

#faf959

Complementary Color

#faf959 #595afa

#faf959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf959 Color CSS Codes

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

#faf959 Text Font Color

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

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


#faf959 Background Color

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

This div background color is #faf959


#faf959 Border Color

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

This div border color is #faf959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf959

Related Colors


Comments

No comments written yet.

Please login to write comment.