Color Hex Logo

#fcc062 Color Hex

#FCC062
(252,192,98)
0 Favorites   0 Comments

Color spaces of #fcc062

RGB 25219298
HSL0.100.960.69
HSV37°61°99°
CMYK 0.000.240.61   0.01
XYZ61.199159.276619.7713
Yxy59.27660.43640.4227
Hunter Lab76.99137.151938.6683
CIE-Lab81.443411.741854.7515

#fcc062 color RGB value is (252,192,98).

#fcc062 hex color red value is 252, green value is 192 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fcc062 hue: 0.10 , saturation: 0.96 and the lightness value of fcc062 is 0.69.

The process color (four color CMYK) of #fcc062 color hex is 0.00, 0.24, 0.61, 0.01. Web safe color of #fcc062 is #ffcc66. Color #fcc062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01100010
Octal 374 300 142
Decimal 252 192 98
Hex FC C0 62

RGB Percentages of Color #fcc062

%46.49
%35.42
%18.08

CMYK Percentages of Color #fcc062

%0
%24
%61
%1

Triadic Colors of #fcc062

#fcc062 #62fcc0 #c062fc

Analogous Colors of #fcc062

#fcc062 #ebfc62 #fc7362

Monochromatic Colors of #fcc062

#fcc062

Complementary Color

#fcc062 #629efc

#fcc062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc062 Color CSS Codes

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

#fcc062 Text Font Color

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

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


#fcc062 Background Color

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

This div background color is #fcc062


#fcc062 Border Color

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

This div border color is #fcc062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc062

Related Colors


Comments

No comments written yet.

Please login to write comment.