Color Hex Logo

#fcc555 Color Hex

#FCC555
(252,197,85)
0 Favorites   0 Comments

Color spaces of #fcc555

RGB 25219785
HSL0.110.970.66
HSV40°66°99°
CMYK 0.000.220.66   0.01
XYZ61.750861.283817.1687
Yxy61.28380.44040.4371
Hunter Lab78.28403.804841.7957
CIE-Lab82.53118.347161.8317

#fcc555 color RGB value is (252,197,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01010101
Octal 374 305 125
Decimal 252 197 85
Hex FC C5 55

RGB Percentages of Color #fcc555

%47.19
%36.89
%15.92

CMYK Percentages of Color #fcc555

%0
%22
%66
%1

Triadic Colors of #fcc555

#fcc555 #55fcc5 #c555fc

Analogous Colors of #fcc555

#fcc555 #e0fc55 #fc7255

Monochromatic Colors of #fcc555

#fcc555

Complementary Color

#fcc555 #558cfc

#fcc555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc555 Color CSS Codes

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

#fcc555 Text Font Color

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

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


#fcc555 Background Color

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

This div background color is #fcc555


#fcc555 Border Color

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

This div border color is #fcc555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc555

Related Colors


Comments

No comments written yet.

Please login to write comment.