COLOR #F73207

HEX: #F73207
RGB: (247,50,7)

Color info

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

RGB color model

#F73207 color RGB value is (247,50,7).

  • red value is 247;
  • green value is 50;
  • blue value is 7.
RGB:
(247,50,7)
(97%,20%,3%)

RGB channels and saturation

R 247 of 255 = 97%
G 50 of 255 = 20%
B 7 of 255 = 3%

247
50
7

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

Portions of RGB colors in percentages

R + G + B =
247 + 50 + 7 = 304 (100%)
R 247 of 304 ~ 81.25%
G 50 of 304 ~ 16.45%
B 7 of 304 ~ 2.3%

%81.25
%16.45

CMYK color model

#F73207 color CMYK value is (0,80,97,3).

  • cyan value is 0.00%
  • magenta value is 79.76%
  • yellow value is 97.17%
  • key color value is 3.14%
CMYK:
(0,80,97,3)
C0M80Y97K3 
(0%,80%,97%,3%)
(0.00/0.80/0.97/0.03)	

CMYK percentages

%0
%79.76
%97.17
%3.14

Codes

Color #F73207 in popluar color models

F73207
RGB247507
HSL11°94.49%49.80%
HSB/HSV11°97.17%96.86%
CMYK0.00%79.76%97.17%
3.14%

Color #F73207 in popluar number systems.

HEXF73207
Decimal247507
Binary11110111110010111
Octal367627

Shades and tints

Shades of #F73207

#F73207
(247,50,7)
#E12E07
(225,46,7)
#CB2A07
(203,42,7)
#B52607
(181,38,7)
#9F2207
(159,34,7)
#891E07
(137,30,7)
#731A07
(115,26,7)
#5D1607
(93,22,7)
#471207
(71,18,7)
#310E07
(49,14,7)
#1B0A07
(27,10,7)
#000000
(0,0,0)

Tints of #F73207

#F73207
(247,50,7)
#F7441D
(247,68,29)
#F75633
(247,86,51)
#F76849
(247,104,73)
#F77A5F
(247,122,95)
#F78C75
(247,140,117)
#F79E8B
(247,158,139)
#F7B0A1
(247,176,161)
#F7C2B7
(247,194,183)
#F7D4CD
(247,212,205)
#F7E6E3
(247,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F73207 color. Also use rgb(247,50,7) instead hex code.

Text Font Color

.myTextColor { color: #F73207; }

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

This text font color is #F73207.


Background Color

.myBgColor { background-color: #F73207; }

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

This div background color is #F73207.


Border color

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

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

This div border color is #F73207.


Opacity

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

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

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

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

This text has shadow with #F73207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F73207 on black background.


Color preview on white background

This text has color #F73207 on white background.



Black color preview on #F73207 background

This text has black color on #F73207 background.


White color preview on #F73207 background

This text has white color on #F73207 background.