COLOR #FC4C46

HEX: #FC4C46
RGB: (252,76,70)

Color info

#FC4C46 contains mainly red color. Web safe color of #FC4C46 is #FF3333 (or #F33).

RGB color model

#FC4C46 color RGB value is (252,76,70).

  • red value is 252;
  • green value is 76;
  • blue value is 70.
RGB:
(252,76,70)
(99%,30%,27%)

RGB channels and saturation

R 252 of 255 = 99%
G 76 of 255 = 30%
B 70 of 255 = 27%

252
76
70

R + G + B ~ 52%. #FC4C46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
252 + 76 + 70 = 398 (100%)
R 252 of 398 ~ 63.32%
G 76 of 398 ~ 19.1%
B 70 of 398 ~ 17.59%

%63.32
%19.1
%17.59

CMYK color model

#FC4C46 color CMYK value is (0,70,72,1).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 72.22%
  • key color value is 1.18%
CMYK:
(0,70,72,1)
C0M70Y72K1 
(0%,70%,72%,1%)
(0.00/0.70/0.72/0.01)	

CMYK percentages

%0
%69.84
%72.22
%1.18

Codes

Color #FC4C46 in popluar color models

FC4C46
RGB2527670
HSL96.81%63.14%
HSB/HSV72.22%98.82%
CMYK0.00%69.84%72.22%
1.18%

Color #FC4C46 in popluar number systems.

HEXFC4C46
Decimal2527670
Binary1111110010011001000110
Octal374114106

Shades and tints

Shades of #FC4C46

#FC4C46
(252,76,70)
#E64640
(230,70,64)
#D0403A
(208,64,58)
#BA3A34
(186,58,52)
#A4342E
(164,52,46)
#8E2E28
(142,46,40)
#782822
(120,40,34)
#62221C
(98,34,28)
#4C1C16
(76,28,22)
#361610
(54,22,16)
#20100A
(32,16,10)
#000000
(0,0,0)

Tints of #FC4C46

#FC4C46
(252,76,70)
#FC5C56
(252,92,86)
#FC6C66
(252,108,102)
#FC7C76
(252,124,118)
#FC8C86
(252,140,134)
#FC9C96
(252,156,150)
#FCACA6
(252,172,166)
#FCBCB6
(252,188,182)
#FCCCC6
(252,204,198)
#FCDCD6
(252,220,214)
#FCECE6
(252,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4C46 color. Also use rgb(252,76,70) instead hex code.

Text Font Color

.myTextColor { color: #FC4C46; }

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

This text font color is #FC4C46.


Background Color

.myBgColor { background-color: #FC4C46; }

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

This div background color is #FC4C46.


Border color

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

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

This div border color is #FC4C46.


Opacity

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

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

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

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

This text has shadow with #FC4C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4C46 on black background.


Color preview on white background

This text has color #FC4C46 on white background.



Black color preview on #FC4C46 background

This text has black color on #FC4C46 background.


White color preview on #FC4C46 background

This text has white color on #FC4C46 background.