Color Hex Logo

#fcab59 Color Hex

#FCAB59
(252,171,89)
0 Favorites   0 Comments

Color spaces of #fcab59

RGB 25217189
HSL0.080.960.67
HSV30°65°99°
CMYK 0.000.320.65   0.01
XYZ56.511050.542516.2284
Yxy50.54250.45840.4100
Hunter Lab71.093217.473936.2312
CIE-Lab76.401022.157253.2724

#fcab59 color RGB value is (252,171,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01011001
Octal 374 253 131
Decimal 252 171 89
Hex FC AB 59

RGB Percentages of Color #fcab59

%49.22
%33.40
%17.38

CMYK Percentages of Color #fcab59

%0
%32
%65
%1

Triadic Colors of #fcab59

#fcab59 #59fcab #ab59fc

Analogous Colors of #fcab59

#fcab59 #fcfc59 #fc5959

Monochromatic Colors of #fcab59

#fcab59

Complementary Color

#fcab59 #59aafc

#fcab59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab59 Color CSS Codes

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

#fcab59 Text Font Color

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

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


#fcab59 Background Color

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

This div background color is #fcab59


#fcab59 Border Color

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

This div border color is #fcab59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab59


Comments

No comments written yet.

Please login to write comment.