COLOR #FCCE71

HEX: #FCCE71
RGB: (252,206,113)

Color info

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

RGB color model

#FCCE71 color RGB value is (252,206,113).

  • red value is 252;
  • green value is 206;
  • blue value is 113.
RGB:
(252,206,113)
(99%,81%,44%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 113 of 255 = 44%

252
206
113

R + G + B ~ 75%. #FCCE71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 206 + 113 = 571 (100%)
R 252 of 571 ~ 44.13%
G 206 of 571 ~ 36.08%
B 113 of 571 ~ 19.79%

%44.13
%36.08
%19.79

CMYK color model

#FCCE71 color CMYK value is (0,18,55,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 55.16%
  • key color value is 1.18%
CMYK:
(0,18,55,1)
C0M18Y55K1 
(0%,18%,55%,1%)
(0.00/0.18/0.55/0.01)	

CMYK percentages

%0
%18.25
%55.16
%1.18

Codes

Color #FCCE71 in popluar color models

FCCE71
RGB252206113
HSL40°95.86%71.57%
HSB/HSV40°55.16%98.82%
CMYK0.00%18.25%55.16%
1.18%

Color #FCCE71 in popluar number systems.

HEXFCCE71
Decimal252206113
Binary11111100110011101110001
Octal374316161

Shades and tints

Shades of #FCCE71

#FCCE71
(252,206,113)
#E6BC67
(230,188,103)
#D0AA5D
(208,170,93)
#BA9853
(186,152,83)
#A48649
(164,134,73)
#8E743F
(142,116,63)
#786235
(120,98,53)
#62502B
(98,80,43)
#4C3E21
(76,62,33)
#362C17
(54,44,23)
#201A0D
(32,26,13)
#000000
(0,0,0)

Tints of #FCCE71

#FCCE71
(252,206,113)
#FCD27D
(252,210,125)
#FCD689
(252,214,137)
#FCDA95
(252,218,149)
#FCDEA1
(252,222,161)
#FCE2AD
(252,226,173)
#FCE6B9
(252,230,185)
#FCEAC5
(252,234,197)
#FCEED1
(252,238,209)
#FCF2DD
(252,242,221)
#FCF6E9
(252,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCE71 color. Also use rgb(252,206,113) instead hex code.

Text Font Color

.myTextColor { color: #FCCE71; }

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

This text font color is #FCCE71.


Background Color

.myBgColor { background-color: #FCCE71; }

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

This div background color is #FCCE71.


Border color

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

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

This div border color is #FCCE71.


Opacity

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

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

Text with #FCCE71 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 #FCCE71;}

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

This text has shadow with #FCCE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCE71 on black background.


Color preview on white background

This text has color #FCCE71 on white background.



Black color preview on #FCCE71 background

This text has black color on #FCCE71 background.


White color preview on #FCCE71 background

This text has white color on #FCCE71 background.