Color Hex Logo

#faac65 Color Hex

#FAAC65
(250,172,101)
0 Favorites   0 Comments

Color spaces of #faac65

RGB 250172101
HSL0.080.940.69
HSV29°60°98°
CMYK 0.000.310.60   0.02
XYZ56.525850.768619.1320
Yxy50.76860.44710.4016
Hunter Lab71.252116.916733.9564
CIE-Lab76.538621.600947.5290

#faac65 color RGB value is (250,172,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 01100101
Octal 372 254 145
Decimal 250 172 101
Hex FA AC 65

RGB Percentages of Color #faac65

%47.80
%32.89
%19.31

CMYK Percentages of Color #faac65

%0
%31
%60
%2

Triadic Colors of #faac65

#faac65 #65faac #ac65fa

Analogous Colors of #faac65

#faac65 #faf765 #fa6569

Monochromatic Colors of #faac65

#faac65

Complementary Color

#faac65 #65b3fa

#faac65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac65 Color CSS Codes

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

#faac65 Text Font Color

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

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


#faac65 Background Color

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

This div background color is #faac65


#faac65 Border Color

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

This div border color is #faac65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac65


Comments

No comments written yet.

Please login to write comment.