COLOR #FCC299

HEX: #FCC299
RGB: (252,194,153)

Color info

#FCC299 contains mainly red and green colors. Web safe color of #FCC299 is #FFCC99 (or #FC9).

RGB color model

#FCC299 color RGB value is (252,194,153).

  • red value is 252;
  • green value is 194;
  • blue value is 153.
RGB:
(252,194,153)
(99%,76%,60%)

RGB channels and saturation

R 252 of 255 = 99%
G 194 of 255 = 76%
B 153 of 255 = 60%

252
194
153

R + G + B ~ 78%. #FCC299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 194 + 153 = 599 (100%)
R 252 of 599 ~ 42.07%
G 194 of 599 ~ 32.39%
B 153 of 599 ~ 25.54%

%42.07
%32.39
%25.54

CMYK color model

#FCC299 color CMYK value is (0,23,39,1).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 39.29%
  • key color value is 1.18%
CMYK:
(0,23,39,1)
C0M23Y39K1 
(0%,23%,39%,1%)
(0.00/0.23/0.39/0.01)	

CMYK percentages

%0
%23.02
%39.29
%1.18

Codes

Color #FCC299 in popluar color models

FCC299
RGB252194153
HSL25°94.29%79.41%
HSB/HSV25°39.29%98.82%
CMYK0.00%23.02%39.29%
1.18%

Color #FCC299 in popluar number systems.

HEXFCC299
Decimal252194153
Binary111111001100001010011001
Octal374302231

Shades and tints

Shades of #FCC299

#FCC299
(252,194,153)
#E6B18C
(230,177,140)
#D0A07F
(208,160,127)
#BA8F72
(186,143,114)
#A47E65
(164,126,101)
#8E6D58
(142,109,88)
#785C4B
(120,92,75)
#624B3E
(98,75,62)
#4C3A31
(76,58,49)
#362924
(54,41,36)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCC299

#FCC299
(252,194,153)
#FCC7A2
(252,199,162)
#FCCCAB
(252,204,171)
#FCD1B4
(252,209,180)
#FCD6BD
(252,214,189)
#FCDBC6
(252,219,198)
#FCE0CF
(252,224,207)
#FCE5D8
(252,229,216)
#FCEAE1
(252,234,225)
#FCEFEA
(252,239,234)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC299 color. Also use rgb(252,194,153) instead hex code.

Text Font Color

.myTextColor { color: #FCC299; }

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

This text font color is #FCC299.


Background Color

.myBgColor { background-color: #FCC299; }

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

This div background color is #FCC299.


Border color

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

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

This div border color is #FCC299.


Opacity

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

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

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

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

This text has shadow with #FCC299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC299 on black background.


Color preview on white background

This text has color #FCC299 on white background.



Black color preview on #FCC299 background

This text has black color on #FCC299 background.


White color preview on #FCC299 background

This text has white color on #FCC299 background.