COLOR #FCA083

HEX: #FCA083
RGB: (252,160,131)

Color info

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

RGB color model

#FCA083 color RGB value is (252,160,131).

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

RGB channels and saturation

R 252 of 255 = 99%
G 160 of 255 = 63%
B 131 of 255 = 51%

252
160
131

R + G + B ~ 71%. #FCA083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 160 + 131 = 543 (100%)
R 252 of 543 ~ 46.41%
G 160 of 543 ~ 29.47%
B 131 of 543 ~ 24.13%

%46.41
%29.47
%24.13

CMYK color model

#FCA083 color CMYK value is (0,37,48,1).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 48.02%
  • key color value is 1.18%
CMYK:
(0,37,48,1)
C0M37Y48K1 
(0%,37%,48%,1%)
(0.00/0.37/0.48/0.01)	

CMYK percentages

%0
%36.51
%48.02
%1.18

Codes

Color #FCA083 in popluar color models

FCA083
RGB252160131
HSL14°95.28%75.10%
HSB/HSV14°48.02%98.82%
CMYK0.00%36.51%48.02%
1.18%

Color #FCA083 in popluar number systems.

HEXFCA083
Decimal252160131
Binary111111001010000010000011
Octal374240203

Shades and tints

Shades of #FCA083

#FCA083
(252,160,131)
#E69278
(230,146,120)
#D0846D
(208,132,109)
#BA7662
(186,118,98)
#A46857
(164,104,87)
#8E5A4C
(142,90,76)
#784C41
(120,76,65)
#623E36
(98,62,54)
#4C302B
(76,48,43)
#362220
(54,34,32)
#201415
(32,20,21)
#000000
(0,0,0)

Tints of #FCA083

#FCA083
(252,160,131)
#FCA88E
(252,168,142)
#FCB099
(252,176,153)
#FCB8A4
(252,184,164)
#FCC0AF
(252,192,175)
#FCC8BA
(252,200,186)
#FCD0C5
(252,208,197)
#FCD8D0
(252,216,208)
#FCE0DB
(252,224,219)
#FCE8E6
(252,232,230)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA083; }

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

This text font color is #FCA083.


Background Color

.myBgColor { background-color: #FCA083; }

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

This div background color is #FCA083.


Border color

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

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

This div border color is #FCA083.


Opacity

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

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

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

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

This text has shadow with #FCA083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA083 on black background.


Color preview on white background

This text has color #FCA083 on white background.



Black color preview on #FCA083 background

This text has black color on #FCA083 background.


White color preview on #FCA083 background

This text has white color on #FCA083 background.