Color Hex Logo

#faac18 Color Hex

#FAAC18
(250,172,24)
0 Favorites   0 Comments

Color spaces of #faac18

RGB 25017224
HSL0.110.960.54
HSV39°90°98°
CMYK 0.000.310.90   0.02
XYZ54.341749.89507.6307
Yxy49.89500.48580.4460
Hunter Lab70.636413.709243.0405
CIE-Lab76.004818.415276.1712

#faac18 color RGB value is (250,172,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 00011000
Octal 372 254 30
Decimal 250 172 24
Hex FA AC 18

RGB Percentages of Color #faac18

%56.05
%38.57
%5.38

CMYK Percentages of Color #faac18

%0
%31
%90
%2

Triadic Colors of #faac18

#faac18 #18faac #ac18fa

Analogous Colors of #faac18

#faac18 #d7fa18 #fa3b18

Monochromatic Colors of #faac18

#faac18

Complementary Color

#faac18 #1866fa

#faac18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac18 Color CSS Codes

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

#faac18 Text Font Color

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

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


#faac18 Background Color

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

This div background color is #faac18


#faac18 Border Color

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

This div border color is #faac18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac18


Comments

No comments written yet.

Please login to write comment.