COLOR #F72F00

HEX: #F72F00
RGB: (247,47,0)

Color info

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

RGB color model

#F72F00 color RGB value is (247,47,0).

  • red value is 247;
  • green value is 47;
  • blue value is 0.
RGB:
(247,47,0)
(97%,18%,0%)

RGB channels and saturation

R 247 of 255 = 97%
G 47 of 255 = 18%
B 0 of 255 = 0%

247
47
0

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

Portions of RGB colors in percentages

R + G + B =
247 + 47 + 0 = 294 (100%)
R 247 of 294 ~ 84.01%
G 47 of 294 ~ 15.99%
B 0 of 294 ~ 0%

%84.01
%15.99

CMYK color model

#F72F00 color CMYK value is (0,81,100,3).

  • cyan value is 0.00%
  • magenta value is 80.97%
  • yellow value is 100.00%
  • key color value is 3.14%
CMYK:
(0,81,100,3)
C0M81Y100K3 
(0%,81%,100%,3%)
(0.00/0.81/1.00/0.03)	

CMYK percentages

%0
%80.97
%100
%3.14

Codes

Color #F72F00 in popluar color models

F72F00
RGB247470
HSL11°100.00%48.43%
HSB/HSV11°100.00%96.86%
CMYK0.00%80.97%100.00%
3.14%

Color #F72F00 in popluar number systems.

HEXF72F00
Decimal247470
Binary111101111011110
Octal367570

Shades and tints

Shades of #F72F00

#F72F00
(247,47,0)
#E12B00
(225,43,0)
#CB2700
(203,39,0)
#B52300
(181,35,0)
#9F1F00
(159,31,0)
#891B00
(137,27,0)
#731700
(115,23,0)
#5D1300
(93,19,0)
#470F00
(71,15,0)
#310B00
(49,11,0)
#1B0700
(27,7,0)
#000000
(0,0,0)

Tints of #F72F00

#F72F00
(247,47,0)
#F74117
(247,65,23)
#F7532E
(247,83,46)
#F76545
(247,101,69)
#F7775C
(247,119,92)
#F78973
(247,137,115)
#F79B8A
(247,155,138)
#F7ADA1
(247,173,161)
#F7BFB8
(247,191,184)
#F7D1CF
(247,209,207)
#F7E3E6
(247,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F72F00 color. Also use rgb(247,47,0) instead hex code.

Text Font Color

.myTextColor { color: #F72F00; }

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

This text font color is #F72F00.


Background Color

.myBgColor { background-color: #F72F00; }

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

This div background color is #F72F00.


Border color

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

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

This div border color is #F72F00.


Opacity

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

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

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

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

This text has shadow with #F72F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F72F00 on black background.


Color preview on white background

This text has color #F72F00 on white background.



Black color preview on #F72F00 background

This text has black color on #F72F00 background.


White color preview on #F72F00 background

This text has white color on #F72F00 background.