Color Hex Logo

#fcc85c Color Hex

#FCC85C
(252,200,92)
0 Favorites   0 Comments

Color spaces of #fcc85c

RGB 25220092
HSL0.110.960.67
HSV41°63°99°
CMYK 0.000.210.63   0.01
XYZ62.730962.776718.9361
Yxy62.77670.43430.4346
Hunter Lab79.23172.669941.2921
CIE-Lab83.32487.205259.6129

#fcc85c color RGB value is (252,200,92).

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

The process color (four color CMYK) of #fcc85c color hex is 0.00, 0.21, 0.63, 0.01. Web safe color of #fcc85c is #ffcc66. Color #fcc85c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 01011100
Octal 374 310 134
Decimal 252 200 92
Hex FC C8 5C

RGB Percentages of Color #fcc85c

%46.32
%36.76
%16.91

CMYK Percentages of Color #fcc85c

%0
%21
%63
%1

Triadic Colors of #fcc85c

#fcc85c #5cfcc8 #c85cfc

Analogous Colors of #fcc85c

#fcc85c #e0fc5c #fc785c

Monochromatic Colors of #fcc85c

#fcc85c

Complementary Color

#fcc85c #5c90fc

#fcc85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc85c Color CSS Codes

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

#fcc85c Text Font Color

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

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


#fcc85c Background Color

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

This div background color is #fcc85c


#fcc85c Border Color

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

This div border color is #fcc85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc85c


Comments

No comments written yet.

Please login to write comment.