COLOR #F04911

HEX: #F04911
RGB: (240,73,17)

Color info

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

RGB color model

#F04911 color RGB value is (240,73,17).

  • red value is 240;
  • green value is 73;
  • blue value is 17.
RGB:
(240,73,17)
(94%,29%,7%)

RGB channels and saturation

R 240 of 255 = 94%
G 73 of 255 = 29%
B 17 of 255 = 7%

240
73
17

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

Portions of RGB colors in percentages

R + G + B =
240 + 73 + 17 = 330 (100%)
R 240 of 330 ~ 72.73%
G 73 of 330 ~ 22.12%
B 17 of 330 ~ 5.15%

%72.73
%22.12

CMYK color model

#F04911 color CMYK value is (0,70,93,6).

  • cyan value is 0.00%
  • magenta value is 69.58%
  • yellow value is 92.92%
  • key color value is 5.88%
CMYK:
(0,70,93,6)
C0M70Y93K6 
(0%,70%,93%,6%)
(0.00/0.70/0.93/0.06)	

CMYK percentages

%0
%69.58
%92.92
%5.88

Codes

Color #F04911 in popluar color models

F04911
RGB2407317
HSL15°88.14%50.39%
HSB/HSV15°92.92%94.12%
CMYK0.00%69.58%92.92%
5.88%

Color #F04911 in popluar number systems.

HEXF04911
Decimal2407317
Binary11110000100100110001
Octal36011121

Shades and tints

Shades of #F04911

#F04911
(240,73,17)
#DB4310
(219,67,16)
#C63D0F
(198,61,15)
#B1370E
(177,55,14)
#9C310D
(156,49,13)
#872B0C
(135,43,12)
#72250B
(114,37,11)
#5D1F0A
(93,31,10)
#481909
(72,25,9)
#331308
(51,19,8)
#1E0D07
(30,13,7)
#000000
(0,0,0)

Tints of #F04911

#F04911
(240,73,17)
#F15926
(241,89,38)
#F2693B
(242,105,59)
#F37950
(243,121,80)
#F48965
(244,137,101)
#F5997A
(245,153,122)
#F6A98F
(246,169,143)
#F7B9A4
(247,185,164)
#F8C9B9
(248,201,185)
#F9D9CE
(249,217,206)
#FAE9E3
(250,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04911 color. Also use rgb(240,73,17) instead hex code.

Text Font Color

.myTextColor { color: #F04911; }

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

This text font color is #F04911.


Background Color

.myBgColor { background-color: #F04911; }

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

This div background color is #F04911.


Border color

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

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

This div border color is #F04911.


Opacity

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

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

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

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

This text has shadow with #F04911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04911 on black background.


Color preview on white background

This text has color #F04911 on white background.



Black color preview on #F04911 background

This text has black color on #F04911 background.


White color preview on #F04911 background

This text has white color on #F04911 background.