COLOR #FCC38D

HEX: #FCC38D
RGB: (252,195,141)

Color info

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

RGB color model

#FCC38D color RGB value is (252,195,141).

  • red value is 252;
  • green value is 195;
  • blue value is 141.
RGB:
(252,195,141)
(99%,76%,55%)

RGB channels and saturation

R 252 of 255 = 99%
G 195 of 255 = 76%
B 141 of 255 = 55%

252
195
141

R + G + B ~ 77%. #FCC38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 195 + 141 = 588 (100%)
R 252 of 588 ~ 42.86%
G 195 of 588 ~ 33.16%
B 141 of 588 ~ 23.98%

%42.86
%33.16
%23.98

CMYK color model

#FCC38D color CMYK value is (0,23,44,1).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 44.05%
  • key color value is 1.18%
CMYK:
(0,23,44,1)
C0M23Y44K1 
(0%,23%,44%,1%)
(0.00/0.23/0.44/0.01)	

CMYK percentages

%0
%22.62
%44.05
%1.18

Codes

Color #FCC38D in popluar color models

FCC38D
RGB252195141
HSL29°94.87%77.06%
HSB/HSV29°44.05%98.82%
CMYK0.00%22.62%44.05%
1.18%

Color #FCC38D in popluar number systems.

HEXFCC38D
Decimal252195141
Binary111111001100001110001101
Octal374303215

Shades and tints

Shades of #FCC38D

#FCC38D
(252,195,141)
#E6B281
(230,178,129)
#D0A175
(208,161,117)
#BA9069
(186,144,105)
#A47F5D
(164,127,93)
#8E6E51
(142,110,81)
#785D45
(120,93,69)
#624C39
(98,76,57)
#4C3B2D
(76,59,45)
#362A21
(54,42,33)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCC38D

#FCC38D
(252,195,141)
#FCC897
(252,200,151)
#FCCDA1
(252,205,161)
#FCD2AB
(252,210,171)
#FCD7B5
(252,215,181)
#FCDCBF
(252,220,191)
#FCE1C9
(252,225,201)
#FCE6D3
(252,230,211)
#FCEBDD
(252,235,221)
#FCF0E7
(252,240,231)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC38D color. Also use rgb(252,195,141) instead hex code.

Text Font Color

.myTextColor { color: #FCC38D; }

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

This text font color is #FCC38D.


Background Color

.myBgColor { background-color: #FCC38D; }

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

This div background color is #FCC38D.


Border color

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

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

This div border color is #FCC38D.


Opacity

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

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

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

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

This text has shadow with #FCC38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC38D on black background.


Color preview on white background

This text has color #FCC38D on white background.



Black color preview on #FCC38D background

This text has black color on #FCC38D background.


White color preview on #FCC38D background

This text has white color on #FCC38D background.