COLOR #F72E08

HEX: #F72E08
RGB: (247,46,8)

Color info

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

RGB color model

#F72E08 color RGB value is (247,46,8).

  • red value is 247;
  • green value is 46;
  • blue value is 8.
RGB:
(247,46,8)
(97%,18%,3%)

RGB channels and saturation

R 247 of 255 = 97%
G 46 of 255 = 18%
B 8 of 255 = 3%

247
46
8

R + G + B ~ 39%. #F72E08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
247 + 46 + 8 = 301 (100%)
R 247 of 301 ~ 82.06%
G 46 of 301 ~ 15.28%
B 8 of 301 ~ 2.66%

%82.06
%15.28

CMYK color model

#F72E08 color CMYK value is (0,81,97,3).

  • cyan value is 0.00%
  • magenta value is 81.38%
  • yellow value is 96.76%
  • key color value is 3.14%
CMYK:
(0,81,97,3)
C0M81Y97K3 
(0%,81%,97%,3%)
(0.00/0.81/0.97/0.03)	

CMYK percentages

%0
%81.38
%96.76
%3.14

Codes

Color #F72E08 in popluar color models

F72E08
RGB247468
HSL10°93.73%50.00%
HSB/HSV10°96.76%96.86%
CMYK0.00%81.38%96.76%
3.14%

Color #F72E08 in popluar number systems.

HEXF72E08
Decimal247468
Binary111101111011101000
Octal3675610

Shades and tints

Shades of #F72E08

#F72E08
(247,46,8)
#E12A08
(225,42,8)
#CB2608
(203,38,8)
#B52208
(181,34,8)
#9F1E08
(159,30,8)
#891A08
(137,26,8)
#731608
(115,22,8)
#5D1208
(93,18,8)
#470E08
(71,14,8)
#310A08
(49,10,8)
#1B0608
(27,6,8)
#000000
(0,0,0)

Tints of #F72E08

#F72E08
(247,46,8)
#F7411E
(247,65,30)
#F75434
(247,84,52)
#F7674A
(247,103,74)
#F77A60
(247,122,96)
#F78D76
(247,141,118)
#F7A08C
(247,160,140)
#F7B3A2
(247,179,162)
#F7C6B8
(247,198,184)
#F7D9CE
(247,217,206)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72E08 color. Also use rgb(247,46,8) instead hex code.

Text Font Color

.myTextColor { color: #F72E08; }

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

This text font color is #F72E08.


Background Color

.myBgColor { background-color: #F72E08; }

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

This div background color is #F72E08.


Border color

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

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

This div border color is #F72E08.


Opacity

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

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

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

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

This text has shadow with #F72E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72E08 on black background.


Color preview on white background

This text has color #F72E08 on white background.



Black color preview on #F72E08 background

This text has black color on #F72E08 background.


White color preview on #F72E08 background

This text has white color on #F72E08 background.