Color Hex Logo

#fcc006 Color Hex

#FCC006
(252,192,6)
0 Favorites   0 Comments

Color spaces of #fcc006

RGB 2521926
HSL0.130.980.51
HSV45°98°99°
CMYK 0.000.240.98   0.01
XYZ59.027458.40798.3351
Yxy58.40790.46930.4644
Hunter Lab76.42514.121847.0312
CIE-Lab80.96508.635082.2604

#fcc006 color RGB value is (252,192,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 00000110
Octal 374 300 6
Decimal 252 192 6
Hex FC C0 6

RGB Percentages of Color #fcc006

%56.00
%42.67
%1.33

CMYK Percentages of Color #fcc006

%0
%24
%98
%1

Triadic Colors of #fcc006

#fcc006 #06fcc0 #c006fc

Analogous Colors of #fcc006

#fcc006 #bdfc06 #fc4506

Monochromatic Colors of #fcc006

#fcc006

Complementary Color

#fcc006 #0642fc

#fcc006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc006 Color CSS Codes

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

#fcc006 Text Font Color

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

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


#fcc006 Background Color

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

This div background color is #fcc006


#fcc006 Border Color

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

This div border color is #fcc006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc006

#fcc006 Color Palettes


Comments

No comments written yet.

Please login to write comment.