Color Hex Logo

#faac11 Color Hex

#FAAC11
(250,172,17)
0 Favorites   0 Comments

Color spaces of #faac11

RGB 25017217
HSL0.110.960.52
HSV40°93°98°
CMYK 0.000.310.93   0.02
XYZ54.278049.86957.2953
Yxy49.86950.48700.4475
Hunter Lab70.618313.614943.3078
CIE-Lab75.989118.320577.3704

#faac11 color RGB value is (250,172,17).

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

The process color (four color CMYK) of #faac11 color hex is 0.00, 0.31, 0.93, 0.02. Web safe color of #faac11 is #ff9900. Color #faac11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00010001
Octal 372 254 21
Decimal 250 172 17
Hex FA AC 11

RGB Percentages of Color #faac11

%56.95
%39.18
%3.87

CMYK Percentages of Color #faac11

%0
%31
%93
%2

Triadic Colors of #faac11

#faac11 #11faac #ac11fa

Analogous Colors of #faac11

#faac11 #d4fa11 #fa3711

Monochromatic Colors of #faac11

#faac11

Complementary Color

#faac11 #115ffa

#faac11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac11 Color CSS Codes

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

#faac11 Text Font Color

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

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


#faac11 Background Color

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

This div background color is #faac11


#faac11 Border Color

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

This div border color is #faac11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac11


Comments

No comments written yet.

Please login to write comment.