COLOR #FC3A14

HEX: #FC3A14
RGB: (252,58,20)

Color info

#FC3A14 contains mainly red color. Web safe color of #FC3A14 is #FF3300 (or #F30).

RGB color model

#FC3A14 color RGB value is (252,58,20).

  • red value is 252;
  • green value is 58;
  • blue value is 20.
RGB:
(252,58,20)
(99%,23%,8%)

RGB channels and saturation

R 252 of 255 = 99%
G 58 of 255 = 23%
B 20 of 255 = 8%

252
58
20

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

Portions of RGB colors in percentages

R + G + B =
252 + 58 + 20 = 330 (100%)
R 252 of 330 ~ 76.36%
G 58 of 330 ~ 17.58%
B 20 of 330 ~ 6.06%

%76.36
%17.58

CMYK color model

#FC3A14 color CMYK value is (0,77,92,1).

  • cyan value is 0.00%
  • magenta value is 76.98%
  • yellow value is 92.06%
  • key color value is 1.18%
CMYK:
(0,77,92,1)
C0M77Y92K1 
(0%,77%,92%,1%)
(0.00/0.77/0.92/0.01)	

CMYK percentages

%0
%76.98
%92.06
%1.18

Codes

Color #FC3A14 in popluar color models

FC3A14
RGB2525820
HSL10°97.48%53.33%
HSB/HSV10°92.06%98.82%
CMYK0.00%76.98%92.06%
1.18%

Color #FC3A14 in popluar number systems.

HEXFC3A14
Decimal2525820
Binary1111110011101010100
Octal3747224

Shades and tints

Shades of #FC3A14

#FC3A14
(252,58,20)
#E63513
(230,53,19)
#D03012
(208,48,18)
#BA2B11
(186,43,17)
#A42610
(164,38,16)
#8E210F
(142,33,15)
#781C0E
(120,28,14)
#62170D
(98,23,13)
#4C120C
(76,18,12)
#360D0B
(54,13,11)
#20080A
(32,8,10)
#000000
(0,0,0)

Tints of #FC3A14

#FC3A14
(252,58,20)
#FC4B29
(252,75,41)
#FC5C3E
(252,92,62)
#FC6D53
(252,109,83)
#FC7E68
(252,126,104)
#FC8F7D
(252,143,125)
#FCA092
(252,160,146)
#FCB1A7
(252,177,167)
#FCC2BC
(252,194,188)
#FCD3D1
(252,211,209)
#FCE4E6
(252,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC3A14 color. Also use rgb(252,58,20) instead hex code.

Text Font Color

.myTextColor { color: #FC3A14; }

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

This text font color is #FC3A14.


Background Color

.myBgColor { background-color: #FC3A14; }

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

This div background color is #FC3A14.


Border color

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

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

This div border color is #FC3A14.


Opacity

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

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

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

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

This text has shadow with #FC3A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC3A14 on black background.


Color preview on white background

This text has color #FC3A14 on white background.



Black color preview on #FC3A14 background

This text has black color on #FC3A14 background.


White color preview on #FC3A14 background

This text has white color on #FC3A14 background.