COLOR #FC815B

HEX: #FC815B
RGB: (252,129,91)

Color info

#FC815B contains mainly red color. Web safe color of #FC815B is #FF9966 (or #F96).

RGB color model

#FC815B color RGB value is (252,129,91).

  • red value is 252;
  • green value is 129;
  • blue value is 91.
RGB:
(252,129,91)
(99%,51%,36%)

RGB channels and saturation

R 252 of 255 = 99%
G 129 of 255 = 51%
B 91 of 255 = 36%

252
129
91

R + G + B ~ 62%. #FC815B is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 129 + 91 = 472 (100%)
R 252 of 472 ~ 53.39%
G 129 of 472 ~ 27.33%
B 91 of 472 ~ 19.28%

%53.39
%27.33
%19.28

CMYK color model

#FC815B color CMYK value is (0,49,64,1).

  • cyan value is 0.00%
  • magenta value is 48.81%
  • yellow value is 63.89%
  • key color value is 1.18%
CMYK:
(0,49,64,1)
C0M49Y64K1 
(0%,49%,64%,1%)
(0.00/0.49/0.64/0.01)	

CMYK percentages

%0
%48.81
%63.89
%1.18

Codes

Color #FC815B in popluar color models

FC815B
RGB25212991
HSL14°96.41%67.25%
HSB/HSV14°63.89%98.82%
CMYK0.00%48.81%63.89%
1.18%

Color #FC815B in popluar number systems.

HEXFC815B
Decimal25212991
Binary11111100100000011011011
Octal374201133

Shades and tints

Shades of #FC815B

#FC815B
(252,129,91)
#E67653
(230,118,83)
#D06B4B
(208,107,75)
#BA6043
(186,96,67)
#A4553B
(164,85,59)
#8E4A33
(142,74,51)
#783F2B
(120,63,43)
#623423
(98,52,35)
#4C291B
(76,41,27)
#361E13
(54,30,19)
#20130B
(32,19,11)
#000000
(0,0,0)

Tints of #FC815B

#FC815B
(252,129,91)
#FC8C69
(252,140,105)
#FC9777
(252,151,119)
#FCA285
(252,162,133)
#FCAD93
(252,173,147)
#FCB8A1
(252,184,161)
#FCC3AF
(252,195,175)
#FCCEBD
(252,206,189)
#FCD9CB
(252,217,203)
#FCE4D9
(252,228,217)
#FCEFE7
(252,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC815B color. Also use rgb(252,129,91) instead hex code.

Text Font Color

.myTextColor { color: #FC815B; }

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

This text font color is #FC815B.


Background Color

.myBgColor { background-color: #FC815B; }

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

This div background color is #FC815B.


Border color

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

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

This div border color is #FC815B.


Opacity

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

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

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

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

This text has shadow with #FC815B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC815B on black background.


Color preview on white background

This text has color #FC815B on white background.



Black color preview on #FC815B background

This text has black color on #FC815B background.


White color preview on #FC815B background

This text has white color on #FC815B background.