Color Hex Logo

#fcc562 Color Hex

#FCC562
(252,197,98)
0 Favorites   0 Comments

Color spaces of #fcc562

RGB 25219798
HSL0.110.960.69
HSV39°61°99°
CMYK 0.000.220.61   0.01
XYZ62.315761.509820.1435
Yxy61.50980.43280.4272
Hunter Lab78.42824.579239.6717
CIE-Lab82.65209.142256.1291

#fcc562 color RGB value is (252,197,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01100010
Octal 374 305 142
Decimal 252 197 98
Hex FC C5 62

RGB Percentages of Color #fcc562

%46.07
%36.01
%17.92

CMYK Percentages of Color #fcc562

%0
%22
%61
%1

Triadic Colors of #fcc562

#fcc562 #62fcc5 #c562fc

Analogous Colors of #fcc562

#fcc562 #e6fc62 #fc7862

Monochromatic Colors of #fcc562

#fcc562

Complementary Color

#fcc562 #6299fc

#fcc562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc562 Color CSS Codes

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

#fcc562 Text Font Color

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

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


#fcc562 Background Color

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

This div background color is #fcc562


#fcc562 Border Color

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

This div border color is #fcc562


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,197,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 #fcc562">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc562

Related Colors


Comments

No comments written yet.

Please login to write comment.