COLOR #F73912

HEX: #F73912
RGB: (247,57,18)

Color info

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

RGB color model

#F73912 color RGB value is (247,57,18).

  • red value is 247;
  • green value is 57;
  • blue value is 18.
RGB:
(247,57,18)
(97%,22%,7%)

RGB channels and saturation

R 247 of 255 = 97%
G 57 of 255 = 22%
B 18 of 255 = 7%

247
57
18

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

Portions of RGB colors in percentages

R + G + B =
247 + 57 + 18 = 322 (100%)
R 247 of 322 ~ 76.71%
G 57 of 322 ~ 17.7%
B 18 of 322 ~ 5.59%

%76.71
%17.7

CMYK color model

#F73912 color CMYK value is (0,77,93,3).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 92.71%
  • key color value is 3.14%
CMYK:
(0,77,93,3)
C0M77Y93K3 
(0%,77%,93%,3%)
(0.00/0.77/0.93/0.03)	

CMYK percentages

%0
%76.92
%92.71
%3.14

Codes

Color #F73912 in popluar color models

F73912
RGB2475718
HSL10°93.47%51.96%
HSB/HSV10°92.71%96.86%
CMYK0.00%76.92%92.71%
3.14%

Color #F73912 in popluar number systems.

HEXF73912
Decimal2475718
Binary1111011111100110010
Octal3677122

Shades and tints

Shades of #F73912

#F73912
(247,57,18)
#E13411
(225,52,17)
#CB2F10
(203,47,16)
#B52A0F
(181,42,15)
#9F250E
(159,37,14)
#89200D
(137,32,13)
#731B0C
(115,27,12)
#5D160B
(93,22,11)
#47110A
(71,17,10)
#310C09
(49,12,9)
#1B0708
(27,7,8)
#000000
(0,0,0)

Tints of #F73912

#F73912
(247,57,18)
#F74B27
(247,75,39)
#F75D3C
(247,93,60)
#F76F51
(247,111,81)
#F78166
(247,129,102)
#F7937B
(247,147,123)
#F7A590
(247,165,144)
#F7B7A5
(247,183,165)
#F7C9BA
(247,201,186)
#F7DBCF
(247,219,207)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73912 color. Also use rgb(247,57,18) instead hex code.

Text Font Color

.myTextColor { color: #F73912; }

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

This text font color is #F73912.


Background Color

.myBgColor { background-color: #F73912; }

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

This div background color is #F73912.


Border color

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

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

This div border color is #F73912.


Opacity

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

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

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

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

This text has shadow with #F73912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73912 on black background.


Color preview on white background

This text has color #F73912 on white background.



Black color preview on #F73912 background

This text has black color on #F73912 background.


White color preview on #F73912 background

This text has white color on #F73912 background.