Color Hex Logo

#faf57a Color Hex

#FAF57A
(250,245,122)
0 Favorites   0 Comments

Color spaces of #faf57a

RGB 250245122
HSL0.160.930.73
HSV58°51°98°
CMYK 0.000.020.51   0.02
XYZ75.589687.033931.2276
Yxy87.03390.38990.4490
Hunter Lab93.2920-18.631745.4582
CIE-Lab94.7527-14.136659.0595

#faf57a color RGB value is (250,245,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01111010
Octal 372 365 172
Decimal 250 245 122
Hex FA F5 7A

RGB Percentages of Color #faf57a

%40.52
%39.71
%19.77

CMYK Percentages of Color #faf57a

%0
%2
%51
%2

Triadic Colors of #faf57a

#faf57a #7afaf5 #f57afa

Analogous Colors of #faf57a

#faf57a #bffa7a #fab57a

Monochromatic Colors of #faf57a

#faf57a

Complementary Color

#faf57a #7a7ffa

#faf57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf57a Color CSS Codes

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

#faf57a Text Font Color

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

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


#faf57a Background Color

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

This div background color is #faf57a


#faf57a Border Color

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

This div border color is #faf57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf57a


Comments

No comments written yet.

Please login to write comment.