Color Hex Logo

#faa564 Color Hex

#FAA564
(250,165,100)
0 Favorites   0 Comments

Color spaces of #faa564

RGB 250165100
HSL0.070.940.69
HSV26°60°98°
CMYK 0.000.340.60   0.02
XYZ55.179748.154418.4430
Yxy48.15440.45310.3954
Hunter Lab69.393420.499932.8176
CIE-Lab74.922225.203646.1033

#faa564 color RGB value is (250,165,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01100100
Octal 372 245 144
Decimal 250 165 100
Hex FA A5 64

RGB Percentages of Color #faa564

%48.54
%32.04
%19.42

CMYK Percentages of Color #faa564

%0
%34
%60
%2

Triadic Colors of #faa564

#faa564 #64faa5 #a564fa

Analogous Colors of #faa564

#faa564 #faf064 #fa646e

Monochromatic Colors of #faa564

#faa564

Complementary Color

#faa564 #64b9fa

#faa564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa564 Color CSS Codes

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

#faa564 Text Font Color

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

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


#faa564 Background Color

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

This div background color is #faa564


#faa564 Border Color

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

This div border color is #faa564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa564


Comments

No comments written yet.

Please login to write comment.