COLOR #FCC09B

HEX: #FCC09B
RGB: (252,192,155)

Color info

#FCC09B contains mainly red color. Web safe color of #FCC09B is #FFCC99 (or #FC9).

RGB color model

#FCC09B color RGB value is (252,192,155).

  • red value is 252;
  • green value is 192;
  • blue value is 155.
RGB:
(252,192,155)
(99%,75%,61%)

RGB channels and saturation

R 252 of 255 = 99%
G 192 of 255 = 75%
B 155 of 255 = 61%

252
192
155

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

Portions of RGB colors in percentages

R + G + B =
252 + 192 + 155 = 599 (100%)
R 252 of 599 ~ 42.07%
G 192 of 599 ~ 32.05%
B 155 of 599 ~ 25.88%

%42.07
%32.05
%25.88

CMYK color model

#FCC09B color CMYK value is (0,24,38,1).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 38.49%
  • key color value is 1.18%
CMYK:
(0,24,38,1)
C0M24Y38K1 
(0%,24%,38%,1%)
(0.00/0.24/0.38/0.01)	

CMYK percentages

%0
%23.81
%38.49
%1.18

Codes

Color #FCC09B in popluar color models

FCC09B
RGB252192155
HSL23°94.17%79.80%
HSB/HSV23°38.49%98.82%
CMYK0.00%23.81%38.49%
1.18%

Color #FCC09B in popluar number systems.

HEXFCC09B
Decimal252192155
Binary111111001100000010011011
Octal374300233

Shades and tints

Shades of #FCC09B

#FCC09B
(252,192,155)
#E6AF8D
(230,175,141)
#D09E7F
(208,158,127)
#BA8D71
(186,141,113)
#A47C63
(164,124,99)
#8E6B55
(142,107,85)
#785A47
(120,90,71)
#624939
(98,73,57)
#4C382B
(76,56,43)
#36271D
(54,39,29)
#20160F
(32,22,15)
#000000
(0,0,0)

Tints of #FCC09B

#FCC09B
(252,192,155)
#FCC5A4
(252,197,164)
#FCCAAD
(252,202,173)
#FCCFB6
(252,207,182)
#FCD4BF
(252,212,191)
#FCD9C8
(252,217,200)
#FCDED1
(252,222,209)
#FCE3DA
(252,227,218)
#FCE8E3
(252,232,227)
#FCEDEC
(252,237,236)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC09B color. Also use rgb(252,192,155) instead hex code.

Text Font Color

.myTextColor { color: #FCC09B; }

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

This text font color is #FCC09B.


Background Color

.myBgColor { background-color: #FCC09B; }

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

This div background color is #FCC09B.


Border color

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

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

This div border color is #FCC09B.


Opacity

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

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

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

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

This text has shadow with #FCC09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC09B on black background.


Color preview on white background

This text has color #FCC09B on white background.



Black color preview on #FCC09B background

This text has black color on #FCC09B background.


White color preview on #FCC09B background

This text has white color on #FCC09B background.