COLOR #FC4A12

HEX: #FC4A12
RGB: (252,74,18)

Color info

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

RGB color model

#FC4A12 color RGB value is (252,74,18).

  • red value is 252;
  • green value is 74;
  • blue value is 18.
RGB:
(252,74,18)
(99%,29%,7%)

RGB channels and saturation

R 252 of 255 = 99%
G 74 of 255 = 29%
B 18 of 255 = 7%

252
74
18

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

Portions of RGB colors in percentages

R + G + B =
252 + 74 + 18 = 344 (100%)
R 252 of 344 ~ 73.26%
G 74 of 344 ~ 21.51%
B 18 of 344 ~ 5.23%

%73.26
%21.51

CMYK color model

#FC4A12 color CMYK value is (0,71,93,1).

  • cyan value is 0.00%
  • magenta value is 70.63%
  • yellow value is 92.86%
  • key color value is 1.18%
CMYK:
(0,71,93,1)
C0M71Y93K1 
(0%,71%,93%,1%)
(0.00/0.71/0.93/0.01)	

CMYK percentages

%0
%70.63
%92.86
%1.18

Codes

Color #FC4A12 in popluar color models

FC4A12
RGB2527418
HSL14°97.50%52.94%
HSB/HSV14°92.86%98.82%
CMYK0.00%70.63%92.86%
1.18%

Color #FC4A12 in popluar number systems.

HEXFC4A12
Decimal2527418
Binary11111100100101010010
Octal37411222

Shades and tints

Shades of #FC4A12

#FC4A12
(252,74,18)
#E64411
(230,68,17)
#D03E10
(208,62,16)
#BA380F
(186,56,15)
#A4320E
(164,50,14)
#8E2C0D
(142,44,13)
#78260C
(120,38,12)
#62200B
(98,32,11)
#4C1A0A
(76,26,10)
#361409
(54,20,9)
#200E08
(32,14,8)
#000000
(0,0,0)

Tints of #FC4A12

#FC4A12
(252,74,18)
#FC5A27
(252,90,39)
#FC6A3C
(252,106,60)
#FC7A51
(252,122,81)
#FC8A66
(252,138,102)
#FC9A7B
(252,154,123)
#FCAA90
(252,170,144)
#FCBAA5
(252,186,165)
#FCCABA
(252,202,186)
#FCDACF
(252,218,207)
#FCEAE4
(252,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC4A12 color. Also use rgb(252,74,18) instead hex code.

Text Font Color

.myTextColor { color: #FC4A12; }

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

This text font color is #FC4A12.


Background Color

.myBgColor { background-color: #FC4A12; }

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

This div background color is #FC4A12.


Border color

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

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

This div border color is #FC4A12.


Opacity

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

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

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

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

This text has shadow with #FC4A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC4A12 on black background.


Color preview on white background

This text has color #FC4A12 on white background.



Black color preview on #FC4A12 background

This text has black color on #FC4A12 background.


White color preview on #FC4A12 background

This text has white color on #FC4A12 background.