Color Hex Logo

#faab60 Color Hex

#FAAB60
(250,171,96)
0 Favorites   0 Comments

Color spaces of #faab60

RGB 25017196
HSL0.080.940.68
HSV29°62°98°
CMYK 0.000.320.62   0.02
XYZ56.098650.294317.8174
Yxy50.29430.45160.4049
Hunter Lab70.918517.091434.7470
CIE-Lab76.249521.785049.6575

#faab60 color RGB value is (250,171,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01100000
Octal 372 253 140
Decimal 250 171 96
Hex FA AB 60

RGB Percentages of Color #faab60

%48.36
%33.08
%18.57

CMYK Percentages of Color #faab60

%0
%32
%62
%2

Triadic Colors of #faab60

#faab60 #60faab #ab60fa

Analogous Colors of #faab60

#faab60 #faf860 #fa6062

Monochromatic Colors of #faab60

#faab60

Complementary Color

#faab60 #60affa

#faab60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab60 Color CSS Codes

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

#faab60 Text Font Color

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

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


#faab60 Background Color

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

This div background color is #faab60


#faab60 Border Color

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

This div border color is #faab60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab60


Comments

No comments written yet.

Please login to write comment.