color codes Logo

#faad5a color codes

#FAAD5A
(250,173,90)
0 Favorites   0 Comments

Color spaces of #faad5a

RGB 25017390
HSL0.090.940.67
HSV31°64°98°
CMYK 0.000.310.64   0.02
XYZ56.213450.949316.5443
Yxy50.94930.45440.4119
Hunter Lab71.378815.662436.2228
CIE-Lab76.648320.352253.0151

#faad5a color RGB value is (250,173,90).

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

The process color (four color CMYK) of #faad5a color code is 0.00, 0.31, 0.64, 0.02. Web safe color of #faad5a is #ff9966. Color #faad5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01011010
Octal 372 255 132
Decimal 250 173 90
Hex FA AD 5A

RGB Percentages of Color #faad5a

%48.73
%33.72
%17.54

CMYK Percentages of Color #faad5a

%0
%31
%64
%2

Triadic Colors of #faad5a

#faad5a #5afaad #ad5afa

Analogous Colors of #faad5a

#faad5a #f7fa5a #fa5d5a

Monochromatic Colors of #faad5a

#faad5a

Complementary Color

#faad5a #5aa7fa

#faad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad5a Color CSS Codes

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

#faad5a Text Font Color

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

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


#faad5a Background Color

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

This div background color is #faad5a


#faad5a Border Color

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

This div border color is #faad5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad5a

#faad5a Color Palettes


Comments

No comments written yet.

Please login to write comment.