Color Hex Logo

#fcc042 Color Hex

#FCC042
(252,192,66)
0 Favorites   0 Comments

Color spaces of #fcc042

RGB 25219266
HSL0.110.970.62
HSV41°74°99°
CMYK 0.000.240.74   0.01
XYZ59.977958.788113.3403
Yxy58.78810.45400.4450
Hunter Lab76.67345.453543.3556
CIE-Lab81.175010.007768.2089

#fcc042 color RGB value is (252,192,66).

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

The process color (four color CMYK) of #fcc042 color hex is 0.00, 0.24, 0.74, 0.01. Web safe color of #fcc042 is #ffcc33. Color #fcc042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01000010
Octal 374 300 102
Decimal 252 192 66
Hex FC C0 42

RGB Percentages of Color #fcc042

%49.41
%37.65
%12.94

CMYK Percentages of Color #fcc042

%0
%24
%74
%1

Triadic Colors of #fcc042

#fcc042 #42fcc0 #c042fc

Analogous Colors of #fcc042

#fcc042 #dbfc42 #fc6342

Monochromatic Colors of #fcc042

#fcc042

Complementary Color

#fcc042 #427efc

#fcc042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc042 Color CSS Codes

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

#fcc042 Text Font Color

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

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


#fcc042 Background Color

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

This div background color is #fcc042


#fcc042 Border Color

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

This div border color is #fcc042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc042


Comments

No comments written yet.

Please login to write comment.