Color Hex Logo

#faf580 Color Hex

#FAF580
(250,245,128)
0 Favorites   0 Comments

Color spaces of #faf580

RGB 250245128
HSL0.160.920.74
HSV58°49°98°
CMYK 0.000.020.49   0.02
XYZ75.973087.187333.2467
Yxy87.18730.38680.4439
Hunter Lab93.3741-18.169944.2512
CIE-Lab94.8177-13.635056.3882

#faf580 color RGB value is (250,245,128).

#faf580 hex color red value is 250, green value is 245 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #faf580 hue: 0.16 , saturation: 0.92 and the lightness value of faf580 is 0.74.

The process color (four color CMYK) of #faf580 color hex is 0.00, 0.02, 0.49, 0.02. Web safe color of #faf580 is #ffff99. Color #faf580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 10000000
Octal 372 365 200
Decimal 250 245 128
Hex FA F5 80

RGB Percentages of Color #faf580

%40.13
%39.33
%20.55

CMYK Percentages of Color #faf580

%0
%2
%49
%2

Triadic Colors of #faf580

#faf580 #80faf5 #f580fa

Analogous Colors of #faf580

#faf580 #c2fa80 #fab880

Monochromatic Colors of #faf580

#faf580

Complementary Color

#faf580 #8085fa

#faf580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf580 Color CSS Codes

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

#faf580 Text Font Color

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

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


#faf580 Background Color

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

This div background color is #faf580


#faf580 Border Color

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

This div border color is #faf580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf580


Comments

No comments written yet.

Please login to write comment.