COLOR #FC392B

HEX: #FC392B RGB: (252,57,43)

Color info

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

RGB color model

#FC392B color RGB value is (252,57,43).

RGB: (252,57,43) (99%, 22%, 17%)

RGB channels and saturation

R 252 of 255 = 99%
G 57 of 255 = 22%
B 43 of 255 = 17%

252
57
43

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

Portions of RGB colors in percentages

R + G + B = 252 + 57 + 43 = 352 (100%)
R 252 of 352 ~ 71.59%
G 57 of 352 ~ 16.19%
B 43 of 352 ~ 12.22'%

%71.59
%16.19
%12.22

CMYK color model

#FC392B color CMYK value is (0,77,83,1).

  • cyan value is 0.00%
  • magenta value is 77.38%
  • yellow value is 82.94%
  • key color value is 1.18%

CMYK: (0,77,83,1)
C0M77Y83K1 (0%, 77%, 83%, 1%)
(0.00 / 0.77 / 0.83 / 0.01)

CMYK percentages

%0
%77.38
%82.94
%1.18

Codes

Color #FC392B in popluar color models

FC 39 2B
RGB 252 57 43
HSL 97.21% 57.84%
HSB/HSV 82.94% 98.82%
CMYK 0.00% 77.38% 82.94%
1.18%

Color #FC392B in popluar number systems.

HEX FC 39 2B
Decimal 252 57 43
Binary 11111100 111001 101011
Octal 374 71 53

Shades and tints

Shades of #FC392B

#FC392B
(252,57,43)
#E63428
(230,52,40)
#D02F25
(208,47,37)
#BA2A22
(186,42,34)
#A4251F
(164,37,31)
#8E201C
(142,32,28)
#781B19
(120,27,25)
#621616
(98,22,22)
#4C1113
(76,17,19)
#360C10
(54,12,16)
#20070D
(32,7,13)
#000000
(0,0,0)

Tints of #FC392B

#FC392B
(252,57,43)
#FC4B3E
(252,75,62)
#FC5D51
(252,93,81)
#FC6F64
(252,111,100)
#FC8177
(252,129,119)
#FC938A
(252,147,138)
#FCA59D
(252,165,157)
#FCB7B0
(252,183,176)
#FCC9C3
(252,201,195)
#FCDBD6
(252,219,214)
#FCEDE9
(252,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC392B color. Also use rgb(252,57,43) instead hex code.

Text Font Color

.myTextColor { color: #FC392B; }

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

This text font color is #FC392B.

Background Color

.myBgColor { background-color: #FC392B; }

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

This div background color is #FC392B.

Border color

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

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

This div border color is #FC392B.

Opacity

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

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

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

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

This text has shadow with #FC392B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC392B.

Preview

Color preview on black background

This text has color #FC392B on black background.


Color preview on white background

This text has color #FC392B on white background.


Black color preview on #FC392B background

This text has black color on #FC392B background.


White color preview on #FC392B background

This text has white color on #FC392B background.


Related colors

Complementary color

Complementary color for #hex is #03C6D4.


I love getcolorcode.com

Triadic colors

1 #2BFC39 and #392BFC with #FC392B are triadic colors.

2 #2B39FC and #39FC2B with #FC392B are triadic colors.