Color Hex Logo

#faa95a Color Hex

#FAA95A
(250,169,90)
0 Favorites   0 Comments

Color spaces of #faa95a

RGB 25016990
HSL0.080.940.67
HSV30°64°98°
CMYK 0.000.320.64   0.02
XYZ55.457849.438116.2924
Yxy49.43810.45760.4079
Hunter Lab70.312217.743035.4802
CIE-Lab75.723122.451251.9643

#faa95a color RGB value is (250,169,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01011010
Octal 372 251 132
Decimal 250 169 90
Hex FA A9 5A

RGB Percentages of Color #faa95a

%49.12
%33.20
%17.68

CMYK Percentages of Color #faa95a

%0
%32
%64
%2

Triadic Colors of #faa95a

#faa95a #5afaa9 #a95afa

Analogous Colors of #faa95a

#faa95a #faf95a #fa5a5b

Monochromatic Colors of #faa95a

#faa95a

Complementary Color

#faa95a #5aabfa

#faa95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa95a Color CSS Codes

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

#faa95a Text Font Color

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

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


#faa95a Background Color

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

This div background color is #faa95a


#faa95a Border Color

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

This div border color is #faa95a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,169,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 #faa95a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa95a

#faa95a Color Palettes


Comments

No comments written yet.

Please login to write comment.