Color Hex Logo

#faac20 Color Hex

#FAAC20
(250,172,32)
0 Favorites   0 Comments

Color spaces of #faac20

RGB 25017232
HSL0.110.960.55
HSV39°87°98°
CMYK 0.000.310.87   0.02
XYZ54.437649.93338.1354
Yxy49.93330.48390.4438
Hunter Lab70.663513.851342.6385
CIE-Lab76.028318.557774.4325

#faac20 color RGB value is (250,172,32).

#faac20 hex color red value is 250, green value is 172 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #faac20 hue: 0.11 , saturation: 0.96 and the lightness value of faac20 is 0.55.

The process color (four color CMYK) of #faac20 color hex is 0.00, 0.31, 0.87, 0.02. Web safe color of #faac20 is #ff9933. Color #faac20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00100000
Octal 372 254 40
Decimal 250 172 32
Hex FA AC 20

RGB Percentages of Color #faac20

%55.07
%37.89
%7.05

CMYK Percentages of Color #faac20

%0
%31
%87
%2

Triadic Colors of #faac20

#faac20 #20faac #ac20fa

Analogous Colors of #faac20

#faac20 #dbfa20 #fa3f20

Monochromatic Colors of #faac20

#faac20

Complementary Color

#faac20 #206efa

#faac20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac20 Color CSS Codes

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

#faac20 Text Font Color

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

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


#faac20 Background Color

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

This div background color is #faac20


#faac20 Border Color

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

This div border color is #faac20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac20


Comments

No comments written yet.

Please login to write comment.