Color Hex Logo

#faad6a Color Hex

#FAAD6A
(250,173,106)
0 Favorites   0 Comments

Color spaces of #faad6a

RGB 250173106
HSL0.080.940.70
HSV28°58°98°
CMYK 0.000.310.58   0.02
XYZ56.969451.251720.5256
Yxy51.25170.44250.3981
Hunter Lab71.590316.761933.1142
CIE-Lab76.831221.436845.3771

#faad6a color RGB value is (250,173,106).

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

The process color (four color CMYK) of #faad6a color hex is 0.00, 0.31, 0.58, 0.02. Web safe color of #faad6a is #ff9966. Color #faad6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 01101010
Octal 372 255 152
Decimal 250 173 106
Hex FA AD 6A

RGB Percentages of Color #faad6a

%47.26
%32.70
%20.04

CMYK Percentages of Color #faad6a

%0
%31
%58
%2

Triadic Colors of #faad6a

#faad6a #6afaad #ad6afa

Analogous Colors of #faad6a

#faad6a #faf56a #fa6a6f

Monochromatic Colors of #faad6a

#faad6a

Complementary Color

#faad6a #6ab7fa

#faad6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad6a Color CSS Codes

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

#faad6a Text Font Color

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

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


#faad6a Background Color

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

This div background color is #faad6a


#faad6a Border Color

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

This div border color is #faad6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad6a


Comments

No comments written yet.

Please login to write comment.