Color Hex Logo

#fcab12 Color Hex

#FCAB12
(252,171,18)
0 Favorites   0 Comments

Color spaces of #fcab12

RGB 25217118
HSL0.110.980.53
HSV39°93°99°
CMYK 0.000.320.93   0.01
XYZ54.817049.86497.3080
Yxy49.86490.48950.4453
Hunter Lab70.615114.989443.2946
CIE-Lab75.986319.701377.3184

#fcab12 color RGB value is (252,171,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00010010
Octal 374 253 22
Decimal 252 171 18
Hex FC AB 12

RGB Percentages of Color #fcab12

%57.14
%38.78
%4.08

CMYK Percentages of Color #fcab12

%0
%32
%93
%1

Triadic Colors of #fcab12

#fcab12 #12fcab #ab12fc

Analogous Colors of #fcab12

#fcab12 #d8fc12 #fc3612

Monochromatic Colors of #fcab12

#fcab12

Complementary Color

#fcab12 #1263fc

#fcab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab12 Color CSS Codes

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

#fcab12 Text Font Color

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

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


#fcab12 Background Color

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

This div background color is #fcab12


#fcab12 Border Color

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

This div border color is #fcab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab12


Comments

No comments written yet.

Please login to write comment.