Color Hex Logo

#faa37f Color Hex

#FAA37F
(250,163,127)
0 Favorites   0 Comments

Color spaces of #faa37f

RGB 250163127
HSL0.050.920.74
HSV18°49°98°
CMYK 0.000.350.49   0.02
XYZ56.352348.050726.3833
Yxy48.05070.43090.3674
Hunter Lab69.318623.803325.9567
CIE-Lab74.856928.419131.9633

#faa37f color RGB value is (250,163,127).

#faa37f hex color red value is 250, green value is 163 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #faa37f hue: 0.05 , saturation: 0.92 and the lightness value of faa37f is 0.74.

The process color (four color CMYK) of #faa37f color hex is 0.00, 0.35, 0.49, 0.02. Web safe color of #faa37f is #ff9966. Color #faa37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100011 01111111
Octal 372 243 177
Decimal 250 163 127
Hex FA A3 7F

RGB Percentages of Color #faa37f

%46.30
%30.19
%23.52

CMYK Percentages of Color #faa37f

%0
%35
%49
%2

Triadic Colors of #faa37f

#faa37f #7ffaa3 #a37ffa

Analogous Colors of #faa37f

#faa37f #fae17f #fa7f99

Monochromatic Colors of #faa37f

#faa37f

Complementary Color

#faa37f #7fd6fa

#faa37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa37f Color CSS Codes

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

#faa37f Text Font Color

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

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


#faa37f Background Color

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

This div background color is #faa37f


#faa37f Border Color

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

This div border color is #faa37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa37f

Related Colors


Comments

No comments written yet.

Please login to write comment.