Color Hex Logo

#fcab15 Color Hex

#FCAB15
(252,171,21)
0 Favorites   0 Comments

Color spaces of #fcab15

RGB 25217121
HSL0.110.970.54
HSV39°92°99°
CMYK 0.000.320.92   0.01
XYZ54.843249.87547.4458
Yxy49.87540.48900.4447
Hunter Lab70.622515.028043.1848
CIE-Lab75.992719.739876.8219

#fcab15 color RGB value is (252,171,21).

#fcab15 hex color red value is 252, green value is 171 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fcab15 hue: 0.11 , saturation: 0.97 and the lightness value of fcab15 is 0.54.

The process color (four color CMYK) of #fcab15 color hex is 0.00, 0.32, 0.92, 0.01. Web safe color of #fcab15 is #ff9900. Color #fcab15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00010101
Octal 374 253 25
Decimal 252 171 21
Hex FC AB 15

RGB Percentages of Color #fcab15

%56.76
%38.51
%4.73

CMYK Percentages of Color #fcab15

%0
%32
%92
%1

Triadic Colors of #fcab15

#fcab15 #15fcab #ab15fc

Analogous Colors of #fcab15

#fcab15 #dafc15 #fc3815

Monochromatic Colors of #fcab15

#fcab15

Complementary Color

#fcab15 #1566fc

#fcab15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab15 Color CSS Codes

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

#fcab15 Text Font Color

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

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


#fcab15 Background Color

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

This div background color is #fcab15


#fcab15 Border Color

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

This div border color is #fcab15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab15


Comments

No comments written yet.

Please login to write comment.