Color Hex Logo

#fcc856 Color Hex

#FCC856
(252,200,86)
0 Favorites   0 Comments

Color spaces of #fcc856

RGB 25220086
HSL0.110.970.66
HSV41°66°99°
CMYK 0.000.210.66   0.01
XYZ62.478962.675917.6088
Yxy62.67590.43760.4390
Hunter Lab79.16812.326742.2302
CIE-Lab83.27166.850762.1930

#fcc856 color RGB value is (252,200,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 01010110
Octal 374 310 126
Decimal 252 200 86
Hex FC C8 56

RGB Percentages of Color #fcc856

%46.84
%37.17
%15.99

CMYK Percentages of Color #fcc856

%0
%21
%66
%1

Triadic Colors of #fcc856

#fcc856 #56fcc8 #c856fc

Analogous Colors of #fcc856

#fcc856 #ddfc56 #fc7556

Monochromatic Colors of #fcc856

#fcc856

Complementary Color

#fcc856 #568afc

#fcc856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc856 Color CSS Codes

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

#fcc856 Text Font Color

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

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


#fcc856 Background Color

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

This div background color is #fcc856


#fcc856 Border Color

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

This div border color is #fcc856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc856


Comments

No comments written yet.

Please login to write comment.