COLOR #FC1307

HEX: #FC1307
RGB: (252,19,7)

Color info

#FC1307 contains mainly red color. Web safe color of #FC1307 is #FF0000 (or #F00).

RGB color model

#FC1307 color RGB value is (252,19,7).

  • red value is 252;
  • green value is 19;
  • blue value is 7.
RGB:
(252,19,7)
(99%,7%,3%)

RGB channels and saturation

R 252 of 255 = 99%
G 19 of 255 = 7%
B 7 of 255 = 3%

252
19
7

R + G + B ~ 36%. #FC1307 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
252 + 19 + 7 = 278 (100%)
R 252 of 278 ~ 90.65%
G 19 of 278 ~ 6.83%
B 7 of 278 ~ 2.52%

%90.65

CMYK color model

#FC1307 color CMYK value is (0,92,97,1).

  • cyan value is 0.00%
  • magenta value is 92.46%
  • yellow value is 97.22%
  • key color value is 1.18%
CMYK:
(0,92,97,1)
C0M92Y97K1 
(0%,92%,97%,1%)
(0.00/0.92/0.97/0.01)	

CMYK percentages

%0
%92.46
%97.22
%1.18

Codes

Color #FC1307 in popluar color models

FC1307
RGB252197
HSL97.61%50.78%
HSB/HSV97.22%98.82%
CMYK0.00%92.46%97.22%
1.18%

Color #FC1307 in popluar number systems.

HEXFC1307
Decimal252197
Binary1111110010011111
Octal374237

Shades and tints

Shades of #FC1307

#FC1307
(252,19,7)
#E61207
(230,18,7)
#D01107
(208,17,7)
#BA1007
(186,16,7)
#A40F07
(164,15,7)
#8E0E07
(142,14,7)
#780D07
(120,13,7)
#620C07
(98,12,7)
#4C0B07
(76,11,7)
#360A07
(54,10,7)
#200907
(32,9,7)
#000000
(0,0,0)

Tints of #FC1307

#FC1307
(252,19,7)
#FC281D
(252,40,29)
#FC3D33
(252,61,51)
#FC5249
(252,82,73)
#FC675F
(252,103,95)
#FC7C75
(252,124,117)
#FC918B
(252,145,139)
#FCA6A1
(252,166,161)
#FCBBB7
(252,187,183)
#FCD0CD
(252,208,205)
#FCE5E3
(252,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC1307 color. Also use rgb(252,19,7) instead hex code.

Text Font Color

.myTextColor { color: #FC1307; }

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

This text font color is #FC1307.


Background Color

.myBgColor { background-color: #FC1307; }

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

This div background color is #FC1307.


Border color

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

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

This div border color is #FC1307.


Opacity

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

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

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

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

This text has shadow with #FC1307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC1307 on black background.


Color preview on white background

This text has color #FC1307 on white background.



Black color preview on #FC1307 background

This text has black color on #FC1307 background.


White color preview on #FC1307 background

This text has white color on #FC1307 background.