Color Hex Logo

#fcab5f Color Hex

#FCAB5F
(252,171,95)
0 Favorites   0 Comments

Color spaces of #fcab5f

RGB 25217195
HSL0.080.960.68
HSV29°62°99°
CMYK 0.000.320.62   0.01
XYZ56.773450.647517.6101
Yxy50.64750.45410.4051
Hunter Lab71.167117.855735.1458
CIE-Lab76.465022.531350.4548

#fcab5f color RGB value is (252,171,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01011111
Octal 374 253 137
Decimal 252 171 95
Hex FC AB 5F

RGB Percentages of Color #fcab5f

%48.65
%33.01
%18.34

CMYK Percentages of Color #fcab5f

%0
%32
%62
%1

Triadic Colors of #fcab5f

#fcab5f #5ffcab #ab5ffc

Analogous Colors of #fcab5f

#fcab5f #fcfa5f #fc5f62

Monochromatic Colors of #fcab5f

#fcab5f

Complementary Color

#fcab5f #5fb0fc

#fcab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab5f Color CSS Codes

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

#fcab5f Text Font Color

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

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


#fcab5f Background Color

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

This div background color is #fcab5f


#fcab5f Border Color

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

This div border color is #fcab5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab5f


Comments

No comments written yet.

Please login to write comment.