COLOR #F01C0A

HEX: #F01C0A
RGB: (240,28,10)

Color info

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

RGB color model

#F01C0A color RGB value is (240,28,10).

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

RGB channels and saturation

R 240 of 255 = 94%
G 28 of 255 = 11%
B 10 of 255 = 4%

240
28
10

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

Portions of RGB colors in percentages

R + G + B =
240 + 28 + 10 = 278 (100%)
R 240 of 278 ~ 86.33%
G 28 of 278 ~ 10.07%
B 10 of 278 ~ 3.6%

%86.33
%10.07

CMYK color model

#F01C0A color CMYK value is (0,88,96,6).

  • cyan value is 0.00%
  • magenta value is 88.33%
  • yellow value is 95.83%
  • key color value is 5.88%
CMYK:
(0,88,96,6)
C0M88Y96K6 
(0%,88%,96%,6%)
(0.00/0.88/0.96/0.06)	

CMYK percentages

%0
%88.33
%95.83
%5.88

Codes

Color #F01C0A in popluar color models

F01C0A
RGB2402810
HSL92.00%49.02%
HSB/HSV95.83%94.12%
CMYK0.00%88.33%95.83%
5.88%

Color #F01C0A in popluar number systems.

HEXF01C0A
Decimal2402810
Binary11110000111001010
Octal3603412

Shades and tints

Shades of #F01C0A

#F01C0A
(240,28,10)
#DB1A0A
(219,26,10)
#C6180A
(198,24,10)
#B1160A
(177,22,10)
#9C140A
(156,20,10)
#87120A
(135,18,10)
#72100A
(114,16,10)
#5D0E0A
(93,14,10)
#480C0A
(72,12,10)
#330A0A
(51,10,10)
#1E080A
(30,8,10)
#000000
(0,0,0)

Tints of #F01C0A

#F01C0A
(240,28,10)
#F13020
(241,48,32)
#F24436
(242,68,54)
#F3584C
(243,88,76)
#F46C62
(244,108,98)
#F58078
(245,128,120)
#F6948E
(246,148,142)
#F7A8A4
(247,168,164)
#F8BCBA
(248,188,186)
#F9D0D0
(249,208,208)
#FAE4E6
(250,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F01C0A; }

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

This text font color is #F01C0A.


Background Color

.myBgColor { background-color: #F01C0A; }

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

This div background color is #F01C0A.


Border color

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

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

This div border color is #F01C0A.


Opacity

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

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

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

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

This text has shadow with #F01C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F01C0A on black background.


Color preview on white background

This text has color #F01C0A on white background.



Black color preview on #F01C0A background

This text has black color on #F01C0A background.


White color preview on #F01C0A background

This text has white color on #F01C0A background.