Color Hex Logo

#faaf2c Color Hex

#FAAF2C
(250,175,44)
0 Favorites   0 Comments

Color spaces of #faaf2c

RGB 25017544
HSL0.110.950.58
HSV38°82°98°
CMYK 0.000.300.82   0.02
XYZ55.208951.16589.3490
Yxy51.16580.47710.4421
Hunter Lab71.530312.592942.3220
CIE-Lab76.779317.272471.7312

#faaf2c color RGB value is (250,175,44).

#faaf2c hex color red value is 250, green value is 175 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #faaf2c hue: 0.11 , saturation: 0.95 and the lightness value of faaf2c is 0.58.

The process color (four color CMYK) of #faaf2c color hex is 0.00, 0.30, 0.82, 0.02. Web safe color of #faaf2c is #ff9933. Color #faaf2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00101100
Octal 372 257 54
Decimal 250 175 44
Hex FA AF 2C

RGB Percentages of Color #faaf2c

%53.30
%37.31
%9.38

CMYK Percentages of Color #faaf2c

%0
%30
%82
%2

Triadic Colors of #faaf2c

#faaf2c #2cfaaf #af2cfa

Analogous Colors of #faaf2c

#faaf2c #defa2c #fa482c

Monochromatic Colors of #faaf2c

#faaf2c

Complementary Color

#faaf2c #2c77fa

#faaf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf2c Color CSS Codes

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

#faaf2c Text Font Color

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

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


#faaf2c Background Color

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

This div background color is #faaf2c


#faaf2c Border Color

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

This div border color is #faaf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf2c


Comments

No comments written yet.

Please login to write comment.