Color Hex Logo

#faa572 Color Hex

#FAA572
(250,165,114)
0 Favorites   0 Comments

Color spaces of #faa572

RGB 250165114
HSL0.060.930.71
HSV23°54°98°
CMYK 0.000.340.54   0.02
XYZ55.916748.449222.3241
Yxy48.44920.44140.3824
Hunter Lab69.605521.586329.7081
CIE-Lab75.107426.254339.1489

#faa572 color RGB value is (250,165,114).

#faa572 hex color red value is 250, green value is 165 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #faa572 hue: 0.06 , saturation: 0.93 and the lightness value of faa572 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01110010
Octal 372 245 162
Decimal 250 165 114
Hex FA A5 72

RGB Percentages of Color #faa572

%47.26
%31.19
%21.55

CMYK Percentages of Color #faa572

%0
%34
%54
%2

Triadic Colors of #faa572

#faa572 #72faa5 #a572fa

Analogous Colors of #faa572

#faa572 #fae972 #fa7283

Monochromatic Colors of #faa572

#faa572

Complementary Color

#faa572 #72c7fa

#faa572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa572 Color CSS Codes

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

#faa572 Text Font Color

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

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


#faa572 Background Color

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

This div background color is #faa572


#faa572 Border Color

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

This div border color is #faa572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa572


Comments

No comments written yet.

Please login to write comment.