COLOR #FCB083

HEX: #FCB083
RGB: (252,176,131)

Color info

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

RGB color model

#FCB083 color RGB value is (252,176,131).

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

RGB channels and saturation

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

252
176
131

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

Portions of RGB colors in percentages

R + G + B =
252 + 176 + 131 = 559 (100%)
R 252 of 559 ~ 45.08%
G 176 of 559 ~ 31.48%
B 131 of 559 ~ 23.43%

%45.08
%31.48
%23.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 48.02%
  • 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.02
%1.18

Codes

Color #FCB083 in popluar color models

FCB083
RGB252176131
HSL22°95.28%75.10%
HSB/HSV22°48.02%98.82%
CMYK0.00%30.16%48.02%
1.18%

Color #FCB083 in popluar number systems.

HEXFCB083
Decimal252176131
Binary111111001011000010000011
Octal374260203

Shades and tints

Shades of #FCB083

#FCB083
(252,176,131)
#E6A078
(230,160,120)
#D0906D
(208,144,109)
#BA8062
(186,128,98)
#A47057
(164,112,87)
#8E604C
(142,96,76)
#785041
(120,80,65)
#624036
(98,64,54)
#4C302B
(76,48,43)
#362020
(54,32,32)
#201015
(32,16,21)
#000000
(0,0,0)

Tints of #FCB083

#FCB083
(252,176,131)
#FCB78E
(252,183,142)
#FCBE99
(252,190,153)
#FCC5A4
(252,197,164)
#FCCCAF
(252,204,175)
#FCD3BA
(252,211,186)
#FCDAC5
(252,218,197)
#FCE1D0
(252,225,208)
#FCE8DB
(252,232,219)
#FCEFE6
(252,239,230)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB083; }

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

This text font color is #FCB083.


Background Color

.myBgColor { background-color: #FCB083; }

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

This div background color is #FCB083.


Border color

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

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

This div border color is #FCB083.


Opacity

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

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

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

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

This text has shadow with #FCB083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB083 on black background.


Color preview on white background

This text has color #FCB083 on white background.



Black color preview on #FCB083 background

This text has black color on #FCB083 background.


White color preview on #FCB083 background

This text has white color on #FCB083 background.