Color Hex Logo

#faac63 Color Hex

#FAAC63
(250,172,99)
0 Favorites   0 Comments

Color spaces of #faac63

RGB 25017299
HSL0.080.940.68
HSV29°60°98°
CMYK 0.000.310.60   0.02
XYZ56.429050.729918.6221
Yxy50.72990.44860.4033
Hunter Lab71.224916.775634.3558
CIE-Lab76.515121.462148.4926

#faac63 color RGB value is (250,172,99).

#faac63 hex color red value is 250, green value is 172 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #faac63 hue: 0.08 , saturation: 0.94 and the lightness value of faac63 is 0.68.

The process color (four color CMYK) of #faac63 color hex is 0.00, 0.31, 0.60, 0.02. Web safe color of #faac63 is #ff9966. Color #faac63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01100011
Octal 372 254 143
Decimal 250 172 99
Hex FA AC 63

RGB Percentages of Color #faac63

%47.98
%33.01
%19.00

CMYK Percentages of Color #faac63

%0
%31
%60
%2

Triadic Colors of #faac63

#faac63 #63faac #ac63fa

Analogous Colors of #faac63

#faac63 #faf863 #fa6366

Monochromatic Colors of #faac63

#faac63

Complementary Color

#faac63 #63b1fa

#faac63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac63 Color CSS Codes

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

#faac63 Text Font Color

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

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


#faac63 Background Color

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

This div background color is #faac63


#faac63 Border Color

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

This div border color is #faac63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac63


Comments

No comments written yet.

Please login to write comment.