Color Hex Logo

#faab5a Color Hex

#FAAB5A
(250,171,90)
0 Favorites   0 Comments

Color spaces of #faab5a

RGB 25017190
HSL0.080.940.67
HSV30°64°98°
CMYK 0.000.320.64   0.02
XYZ55.832750.188016.4174
Yxy50.18800.45600.4099
Hunter Lab70.843516.702135.8505
CIE-Lab76.184521.401652.4890

#faab5a color RGB value is (250,171,90).

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

The process color (four color CMYK) of #faab5a color hex is 0.00, 0.32, 0.64, 0.02. Web safe color of #faab5a is #ff9966. Color #faab5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01011010
Octal 372 253 132
Decimal 250 171 90
Hex FA AB 5A

RGB Percentages of Color #faab5a

%48.92
%33.46
%17.61

CMYK Percentages of Color #faab5a

%0
%32
%64
%2

Triadic Colors of #faab5a

#faab5a #5afaab #ab5afa

Analogous Colors of #faab5a

#faab5a #f9fa5a #fa5b5a

Monochromatic Colors of #faab5a

#faab5a

Complementary Color

#faab5a #5aa9fa

#faab5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab5a Color CSS Codes

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

#faab5a Text Font Color

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

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


#faab5a Background Color

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

This div background color is #faab5a


#faab5a Border Color

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

This div border color is #faab5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab5a


Comments

No comments written yet.

Please login to write comment.