COLOR #FCC482

HEX: #FCC482
RGB: (252,196,130)

Color info

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

RGB color model

#FCC482 color RGB value is (252,196,130).

  • red value is 252;
  • green value is 196;
  • blue value is 130.
RGB:
(252,196,130)
(99%,77%,51%)

RGB channels and saturation

R 252 of 255 = 99%
G 196 of 255 = 77%
B 130 of 255 = 51%

252
196
130

R + G + B ~ 76%. #FCC482 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 196 + 130 = 578 (100%)
R 252 of 578 ~ 43.6%
G 196 of 578 ~ 33.91%
B 130 of 578 ~ 22.49%

%43.6
%33.91
%22.49

CMYK color model

#FCC482 color CMYK value is (0,22,48,1).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 48.41%
  • key color value is 1.18%
CMYK:
(0,22,48,1)
C0M22Y48K1 
(0%,22%,48%,1%)
(0.00/0.22/0.48/0.01)	

CMYK percentages

%0
%22.22
%48.41
%1.18

Codes

Color #FCC482 in popluar color models

FCC482
RGB252196130
HSL32°95.31%74.90%
HSB/HSV32°48.41%98.82%
CMYK0.00%22.22%48.41%
1.18%

Color #FCC482 in popluar number systems.

HEXFCC482
Decimal252196130
Binary111111001100010010000010
Octal374304202

Shades and tints

Shades of #FCC482

#FCC482
(252,196,130)
#E6B377
(230,179,119)
#D0A26C
(208,162,108)
#BA9161
(186,145,97)
#A48056
(164,128,86)
#8E6F4B
(142,111,75)
#785E40
(120,94,64)
#624D35
(98,77,53)
#4C3C2A
(76,60,42)
#362B1F
(54,43,31)
#201A14
(32,26,20)
#000000
(0,0,0)

Tints of #FCC482

#FCC482
(252,196,130)
#FCC98D
(252,201,141)
#FCCE98
(252,206,152)
#FCD3A3
(252,211,163)
#FCD8AE
(252,216,174)
#FCDDB9
(252,221,185)
#FCE2C4
(252,226,196)
#FCE7CF
(252,231,207)
#FCECDA
(252,236,218)
#FCF1E5
(252,241,229)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC482 color. Also use rgb(252,196,130) instead hex code.

Text Font Color

.myTextColor { color: #FCC482; }

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

This text font color is #FCC482.


Background Color

.myBgColor { background-color: #FCC482; }

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

This div background color is #FCC482.


Border color

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

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

This div border color is #FCC482.


Opacity

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

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

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

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

This text has shadow with #FCC482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC482 on black background.


Color preview on white background

This text has color #FCC482 on white background.



Black color preview on #FCC482 background

This text has black color on #FCC482 background.


White color preview on #FCC482 background

This text has white color on #FCC482 background.