Color Hex Logo

#faac45 Color Hex

#FAAC45
(250,172,69)
0 Favorites   0 Comments

Color spaces of #faac45

RGB 25017269
HSL0.090.950.63
HSV34°72°98°
CMYK 0.000.310.72   0.02
XYZ55.251050.258712.4191
Yxy50.25870.46850.4262
Hunter Lab70.893415.051239.2389
CIE-Lab76.227819.755862.0205

#faac45 color RGB value is (250,172,69).

#faac45 hex color red value is 250, green value is 172 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #faac45 hue: 0.09 , saturation: 0.95 and the lightness value of faac45 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01000101
Octal 372 254 105
Decimal 250 172 69
Hex FA AC 45

RGB Percentages of Color #faac45

%50.92
%35.03
%14.05

CMYK Percentages of Color #faac45

%0
%31
%72
%2

Triadic Colors of #faac45

#faac45 #45faac #ac45fa

Analogous Colors of #faac45

#faac45 #eefa45 #fa5145

Monochromatic Colors of #faac45

#faac45

Complementary Color

#faac45 #4593fa

#faac45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac45 Color CSS Codes

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

#faac45 Text Font Color

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

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


#faac45 Background Color

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

This div background color is #faac45


#faac45 Border Color

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

This div border color is #faac45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac45


Comments

No comments written yet.

Please login to write comment.