Color Hex Logo

#fcc560 Color Hex

#FCC560
(252,197,96)
0 Favorites   0 Comments

Color spaces of #fcc560

RGB 25219796
HSL0.110.960.68
HSV39°62°99°
CMYK 0.000.220.62   0.01
XYZ62.222561.472519.6522
Yxy61.47250.43410.4288
Hunter Lab78.40444.451640.0219
CIE-Lab82.63219.011557.0288

#fcc560 color RGB value is (252,197,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01100000
Octal 374 305 140
Decimal 252 197 96
Hex FC C5 60

RGB Percentages of Color #fcc560

%46.24
%36.15
%17.61

CMYK Percentages of Color #fcc560

%0
%22
%62
%1

Triadic Colors of #fcc560

#fcc560 #60fcc5 #c560fc

Analogous Colors of #fcc560

#fcc560 #e5fc60 #fc7760

Monochromatic Colors of #fcc560

#fcc560

Complementary Color

#fcc560 #6097fc

#fcc560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc560 Color CSS Codes

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

#fcc560 Text Font Color

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

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


#fcc560 Background Color

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

This div background color is #fcc560


#fcc560 Border Color

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

This div border color is #fcc560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc560


Comments

No comments written yet.

Please login to write comment.