Color Hex Logo

#fcc010 Color Hex

#FCC010
(252,192,16)
0 Favorites   0 Comments

Color spaces of #fcc010

RGB 25219216
HSL0.120.980.53
HSV45°94°99°
CMYK 0.000.240.94   0.01
XYZ59.088058.43218.6545
Yxy58.43210.46830.4631
Hunter Lab76.44094.207046.7959
CIE-Lab80.97848.723281.2123

#fcc010 color RGB value is (252,192,16).

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

The process color (four color CMYK) of #fcc010 color hex is 0.00, 0.24, 0.94, 0.01. Web safe color of #fcc010 is #ffcc00. Color #fcc010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 00010000
Octal 374 300 20
Decimal 252 192 16
Hex FC C0 10

RGB Percentages of Color #fcc010

%54.78
%41.74
%3.48

CMYK Percentages of Color #fcc010

%0
%24
%94
%1

Triadic Colors of #fcc010

#fcc010 #10fcc0 #c010fc

Analogous Colors of #fcc010

#fcc010 #c2fc10 #fc4a10

Monochromatic Colors of #fcc010

#fcc010

Complementary Color

#fcc010 #104cfc

#fcc010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc010 Color CSS Codes

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

#fcc010 Text Font Color

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

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


#fcc010 Background Color

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

This div background color is #fcc010


#fcc010 Border Color

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

This div border color is #fcc010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc010

Related Colors


Comments

No comments written yet.

Please login to write comment.