Color Hex Logo

#faaf57 Color Hex

#FAAF57
(250,175,87)
0 Favorites   0 Comments

Color spaces of #faaf57

RGB 25017587
HSL0.090.940.66
HSV32°65°98°
CMYK 0.000.300.65   0.02
XYZ56.474651.672116.0140
Yxy51.67210.45490.4162
Hunter Lab71.883314.441437.1098
CIE-Lab77.084419.121654.9196

#faaf57 color RGB value is (250,175,87).

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

The process color (four color CMYK) of #faaf57 color hex is 0.00, 0.30, 0.65, 0.02. Web safe color of #faaf57 is #ff9966. Color #faaf57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 01010111
Octal 372 257 127
Decimal 250 175 87
Hex FA AF 57

RGB Percentages of Color #faaf57

%48.83
%34.18
%16.99

CMYK Percentages of Color #faaf57

%0
%30
%65
%2

Triadic Colors of #faaf57

#faaf57 #57faaf #af57fa

Analogous Colors of #faaf57

#faaf57 #f4fa57 #fa5e57

Monochromatic Colors of #faaf57

#faaf57

Complementary Color

#faaf57 #57a2fa

#faaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf57 Color CSS Codes

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

#faaf57 Text Font Color

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

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


#faaf57 Background Color

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

This div background color is #faaf57


#faaf57 Border Color

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

This div border color is #faaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf57

Related Colors


Comments

No comments written yet.

Please login to write comment.