COLOR #FCB082

HEX: #FCB082
RGB: (252,176,130)

Color info

#FCB082 contains mainly red color. Web safe color of #FCB082 is #FF9999 (or #F99).

RGB color model

#FCB082 color RGB value is (252,176,130).

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

RGB channels and saturation

R 252 of 255 = 99%
G 176 of 255 = 69%
B 130 of 255 = 51%

252
176
130

R + G + B ~ 73%. #FCB082 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 176 + 130 = 558 (100%)
R 252 of 558 ~ 45.16%
G 176 of 558 ~ 31.54%
B 130 of 558 ~ 23.3%

%45.16
%31.54
%23.3

CMYK color model

#FCB082 color CMYK value is (0,30,48,1).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 48.41%
  • key color value is 1.18%
CMYK:
(0,30,48,1)
C0M30Y48K1 
(0%,30%,48%,1%)
(0.00/0.30/0.48/0.01)	

CMYK percentages

%0
%30.16
%48.41
%1.18

Codes

Color #FCB082 in popluar color models

FCB082
RGB252176130
HSL23°95.31%74.90%
HSB/HSV23°48.41%98.82%
CMYK0.00%30.16%48.41%
1.18%

Color #FCB082 in popluar number systems.

HEXFCB082
Decimal252176130
Binary111111001011000010000010
Octal374260202

Shades and tints

Shades of #FCB082

#FCB082
(252,176,130)
#E6A077
(230,160,119)
#D0906C
(208,144,108)
#BA8061
(186,128,97)
#A47056
(164,112,86)
#8E604B
(142,96,75)
#785040
(120,80,64)
#624035
(98,64,53)
#4C302A
(76,48,42)
#36201F
(54,32,31)
#201014
(32,16,20)
#000000
(0,0,0)

Tints of #FCB082

#FCB082
(252,176,130)
#FCB78D
(252,183,141)
#FCBE98
(252,190,152)
#FCC5A3
(252,197,163)
#FCCCAE
(252,204,174)
#FCD3B9
(252,211,185)
#FCDAC4
(252,218,196)
#FCE1CF
(252,225,207)
#FCE8DA
(252,232,218)
#FCEFE5
(252,239,229)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB082; }

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

This text font color is #FCB082.


Background Color

.myBgColor { background-color: #FCB082; }

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

This div background color is #FCB082.


Border color

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

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

This div border color is #FCB082.


Opacity

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

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

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

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

This text has shadow with #FCB082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB082 on black background.


Color preview on white background

This text has color #FCB082 on white background.



Black color preview on #FCB082 background

This text has black color on #FCB082 background.


White color preview on #FCB082 background

This text has white color on #FCB082 background.