Color Hex Logo

#faab5c Color Hex

#FAAB5C
(250,171,92)
0 Favorites   0 Comments

Color spaces of #faab5c

RGB 25017192
HSL0.080.940.67
HSV30°63°98°
CMYK 0.000.320.63   0.02
XYZ55.919050.222516.8719
Yxy50.22250.45460.4083
Hunter Lab70.867816.828635.4920
CIE-Lab76.205621.526251.5521

#faab5c color RGB value is (250,171,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01011100
Octal 372 253 134
Decimal 250 171 92
Hex FA AB 5C

RGB Percentages of Color #faab5c

%48.73
%33.33
%17.93

CMYK Percentages of Color #faab5c

%0
%32
%63
%2

Triadic Colors of #faab5c

#faab5c #5cfaab #ab5cfa

Analogous Colors of #faab5c

#faab5c #fafa5c #fa5c5c

Monochromatic Colors of #faab5c

#faab5c

Complementary Color

#faab5c #5cabfa

#faab5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab5c Color CSS Codes

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

#faab5c Text Font Color

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

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


#faab5c Background Color

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

This div background color is #faab5c


#faab5c Border Color

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

This div border color is #faab5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab5c

#faab5c Color Palettes


Comments

No comments written yet.

Please login to write comment.