COLOR #F01C00

HEX: #F01C00
RGB: (240,28,0)

Color info

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

RGB color model

#F01C00 color RGB value is (240,28,0).

  • red value is 240;
  • green value is 28;
  • blue value is 0.
RGB:
(240,28,0)
(94%,11%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 28 of 255 = 11%
B 0 of 255 = 0%

240
28
0

R + G + B ~ 35%. #F01C00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
240 + 28 + 0 = 268 (100%)
R 240 of 268 ~ 89.55%
G 28 of 268 ~ 10.45%
B 0 of 268 ~ 0%

%89.55
%10.45

CMYK color model

#F01C00 color CMYK value is (0,88,100,6).

  • cyan value is 0.00%
  • magenta value is 88.33%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,88,100,6)
C0M88Y100K6 
(0%,88%,100%,6%)
(0.00/0.88/1.00/0.06)	

CMYK percentages

%0
%88.33
%100
%5.88

Codes

Color #F01C00 in popluar color models

F01C00
RGB240280
HSL100.00%47.06%
HSB/HSV100.00%94.12%
CMYK0.00%88.33%100.00%
5.88%

Color #F01C00 in popluar number systems.

HEXF01C00
Decimal240280
Binary11110000111000
Octal360340

Shades and tints

Shades of #F01C00

#F01C00
(240,28,0)
#DB1A00
(219,26,0)
#C61800
(198,24,0)
#B11600
(177,22,0)
#9C1400
(156,20,0)
#871200
(135,18,0)
#721000
(114,16,0)
#5D0E00
(93,14,0)
#480C00
(72,12,0)
#330A00
(51,10,0)
#1E0800
(30,8,0)
#000000
(0,0,0)

Tints of #F01C00

#F01C00
(240,28,0)
#F13017
(241,48,23)
#F2442E
(242,68,46)
#F35845
(243,88,69)
#F46C5C
(244,108,92)
#F58073
(245,128,115)
#F6948A
(246,148,138)
#F7A8A1
(247,168,161)
#F8BCB8
(248,188,184)
#F9D0CF
(249,208,207)
#FAE4E6
(250,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F01C00 color. Also use rgb(240,28,0) instead hex code.

Text Font Color

.myTextColor { color: #F01C00; }

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

This text font color is #F01C00.


Background Color

.myBgColor { background-color: #F01C00; }

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

This div background color is #F01C00.


Border color

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

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

This div border color is #F01C00.


Opacity

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

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

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

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

This text has shadow with #F01C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F01C00 on black background.


Color preview on white background

This text has color #F01C00 on white background.



Black color preview on #F01C00 background

This text has black color on #F01C00 background.


White color preview on #F01C00 background

This text has white color on #F01C00 background.