COLOR #F72107

HEX: #F72107
RGB: (247,33,7)

Color info

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

RGB color model

#F72107 color RGB value is (247,33,7).

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

RGB channels and saturation

R 247 of 255 = 97%
G 33 of 255 = 13%
B 7 of 255 = 3%

247
33
7

R + G + B ~ 38%. #F72107 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
247 + 33 + 7 = 287 (100%)
R 247 of 287 ~ 86.06%
G 33 of 287 ~ 11.5%
B 7 of 287 ~ 2.44%

%86.06
%11.5

CMYK color model

#F72107 color CMYK value is (0,87,97,3).

  • cyan value is 0.00%
  • magenta value is 86.64%
  • yellow value is 97.17%
  • key color value is 3.14%
CMYK:
(0,87,97,3)
C0M87Y97K3 
(0%,87%,97%,3%)
(0.00/0.87/0.97/0.03)	

CMYK percentages

%0
%86.64
%97.17
%3.14

Codes

Color #F72107 in popluar color models

F72107
RGB247337
HSL94.49%49.80%
HSB/HSV97.17%96.86%
CMYK0.00%86.64%97.17%
3.14%

Color #F72107 in popluar number systems.

HEXF72107
Decimal247337
Binary11110111100001111
Octal367417

Shades and tints

Shades of #F72107

#F72107
(247,33,7)
#E11E07
(225,30,7)
#CB1B07
(203,27,7)
#B51807
(181,24,7)
#9F1507
(159,21,7)
#891207
(137,18,7)
#730F07
(115,15,7)
#5D0C07
(93,12,7)
#470907
(71,9,7)
#310607
(49,6,7)
#1B0307
(27,3,7)
#000000
(0,0,0)

Tints of #F72107

#F72107
(247,33,7)
#F7351D
(247,53,29)
#F74933
(247,73,51)
#F75D49
(247,93,73)
#F7715F
(247,113,95)
#F78575
(247,133,117)
#F7998B
(247,153,139)
#F7ADA1
(247,173,161)
#F7C1B7
(247,193,183)
#F7D5CD
(247,213,205)
#F7E9E3
(247,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F72107; }

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

This text font color is #F72107.


Background Color

.myBgColor { background-color: #F72107; }

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

This div background color is #F72107.


Border color

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

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

This div border color is #F72107.


Opacity

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

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

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

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

This text has shadow with #F72107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72107 on black background.


Color preview on white background

This text has color #F72107 on white background.



Black color preview on #F72107 background

This text has black color on #F72107 background.


White color preview on #F72107 background

This text has white color on #F72107 background.