COLOR #FCD360

HEX: #FCD360
RGB: (252,211,96)

Color info

#FCD360 contains mainly red and green colors. Web safe color of #FCD360 is #FFCC66 (or #FC6).

RGB color model

#FCD360 color RGB value is (252,211,96).

  • red value is 252;
  • green value is 211;
  • blue value is 96.
RGB:
(252,211,96)
(99%,83%,38%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 96 of 255 = 38%

252
211
96

R + G + B ~ 73%. #FCD360 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 211 + 96 = 559 (100%)
R 252 of 559 ~ 45.08%
G 211 of 559 ~ 37.75%
B 96 of 559 ~ 17.17%

%45.08
%37.75
%17.17

CMYK color model

#FCD360 color CMYK value is (0,16,62,1).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 61.90%
  • key color value is 1.18%
CMYK:
(0,16,62,1)
C0M16Y62K1 
(0%,16%,62%,1%)
(0.00/0.16/0.62/0.01)	

CMYK percentages

%0
%16.27
%61.9
%1.18

Codes

Color #FCD360 in popluar color models

FCD360
RGB25221196
HSL44°96.30%68.24%
HSB/HSV44°61.90%98.82%
CMYK0.00%16.27%61.90%
1.18%

Color #FCD360 in popluar number systems.

HEXFCD360
Decimal25221196
Binary11111100110100111100000
Octal374323140

Shades and tints

Shades of #FCD360

#FCD360
(252,211,96)
#E6C058
(230,192,88)
#D0AD50
(208,173,80)
#BA9A48
(186,154,72)
#A48740
(164,135,64)
#8E7438
(142,116,56)
#786130
(120,97,48)
#624E28
(98,78,40)
#4C3B20
(76,59,32)
#362818
(54,40,24)
#201510
(32,21,16)
#000000
(0,0,0)

Tints of #FCD360

#FCD360
(252,211,96)
#FCD76E
(252,215,110)
#FCDB7C
(252,219,124)
#FCDF8A
(252,223,138)
#FCE398
(252,227,152)
#FCE7A6
(252,231,166)
#FCEBB4
(252,235,180)
#FCEFC2
(252,239,194)
#FCF3D0
(252,243,208)
#FCF7DE
(252,247,222)
#FCFBEC
(252,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD360 color. Also use rgb(252,211,96) instead hex code.

Text Font Color

.myTextColor { color: #FCD360; }

<p style="color:#FCD360">This sample text font color is #FCD360.</p>

This text font color is #FCD360.


Background Color

.myBgColor { background-color: #FCD360; }

<div style="background-color:#FCD360">Inner text</div>

This div background color is #FCD360.


Border color

.myBorderColor { border: 1px solid #FCD360; }

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

This div border color is #FCD360.


Opacity

.myOpacity80 { color: #FCD360; opacity: 0.8; }

<p style="color:#FCD360;opacity:0.8;">80%</p>

Text with #FCD360 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCD360;}

<p style="text-shadow: 3px 3px 1px #FCD360">Text here.</p>

This text has shadow with #FCD360 color.

.textShadow {text-shadow: 3px 3px 1px #FCD360, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCD360, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCD360 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCD360, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCD360, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCD360 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FCD360;
  -webkit-box-shadow:	1px 1px 3px 2px #FCD360;
  box-shadow:		1px 1px 3px 2px #FCD360;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCD360;
-webkit-box-shadow: 1px 1px 3px 2px #FCD360;
box-shadow:1px 1px 3px 2px #FCD360;">
Div content here</div>
This div box has shadow with color #FCD360.

Preview

Color preview on black background

This text has color #FCD360 on black background.


Color preview on white background

This text has color #FCD360 on white background.



Black color preview on #FCD360 background

This text has black color on #FCD360 background.


White color preview on #FCD360 background

This text has white color on #FCD360 background.