Color Hex Logo

#faa57a Color Hex

#FAA57A
(250,165,122)
0 Favorites   0 Comments

Color spaces of #faa57a

RGB 250165122
HSL0.060.930.73
HSV20°51°98°
CMYK 0.000.340.51   0.02
XYZ56.392348.639424.8285
Yxy48.63940.43430.3746
Hunter Lab69.742022.284027.7118
CIE-Lab75.226426.925635.0995

#faa57a color RGB value is (250,165,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01111010
Octal 372 245 172
Decimal 250 165 122
Hex FA A5 7A

RGB Percentages of Color #faa57a

%46.55
%30.73
%22.72

CMYK Percentages of Color #faa57a

%0
%34
%51
%2

Triadic Colors of #faa57a

#faa57a #7afaa5 #a57afa

Analogous Colors of #faa57a

#faa57a #fae57a #fa7a8f

Monochromatic Colors of #faa57a

#faa57a

Complementary Color

#faa57a #7acffa

#faa57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa57a Color CSS Codes

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

#faa57a Text Font Color

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

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


#faa57a Background Color

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

This div background color is #faa57a


#faa57a Border Color

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

This div border color is #faa57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa57a


Comments

No comments written yet.

Please login to write comment.