color codes Logo

#faab5f color codes

#FAAB5F
(250,171,95)
0 Favorites   0 Comments

Color spaces of #faab5f

RGB 25017195
HSL0.080.940.68
HSV29°62°98°
CMYK 0.000.320.62   0.02
XYZ56.052850.276017.5764
Yxy50.27600.45240.4058
Hunter Lab70.905617.024434.9368
CIE-Lab76.238421.719050.1336

#faab5f color RGB value is (250,171,95).

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

The process color (four color CMYK) of #faab5f color code is 0.00, 0.32, 0.62, 0.02. Web safe color of #faab5f is #ff9966. Color #faab5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01011111
Octal 372 253 137
Decimal 250 171 95
Hex FA AB 5F

RGB Percentages of Color #faab5f

%48.45
%33.14
%18.41

CMYK Percentages of Color #faab5f

%0
%32
%62
%2

Triadic Colors of #faab5f

#faab5f #5ffaab #ab5ffa

Analogous Colors of #faab5f

#faab5f #faf95f #fa5f61

Monochromatic Colors of #faab5f

#faab5f

Complementary Color

#faab5f #5faefa

#faab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab5f Color CSS Codes

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

#faab5f Text Font Color

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

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


#faab5f Background Color

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

This div background color is #faab5f


#faab5f Border Color

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

This div border color is #faab5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab5f


Comments

No comments written yet.

Please login to write comment.