Color Hex Logo

#faf579 Color Hex

#FAF579
(250,245,121)
0 Favorites   0 Comments

Color spaces of #faf579

RGB 250245121
HSL0.160.930.73
HSV58°52°98°
CMYK 0.000.020.52   0.02
XYZ75.527987.009330.9029
Yxy87.00930.39040.4498
Hunter Lab93.2788-18.706345.6526
CIE-Lab94.7422-14.217759.5003

#faf579 color RGB value is (250,245,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01111001
Octal 372 365 171
Decimal 250 245 121
Hex FA F5 79

RGB Percentages of Color #faf579

%40.58
%39.77
%19.64

CMYK Percentages of Color #faf579

%0
%2
%52
%2

Triadic Colors of #faf579

#faf579 #79faf5 #f579fa

Analogous Colors of #faf579

#faf579 #bffa79 #fab579

Monochromatic Colors of #faf579

#faf579

Complementary Color

#faf579 #797efa

#faf579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf579 Color CSS Codes

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

#faf579 Text Font Color

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

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


#faf579 Background Color

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

This div background color is #faf579


#faf579 Border Color

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

This div border color is #faf579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf579


Comments

No comments written yet.

Please login to write comment.