COLOR #F74601

HEX: #F74601
RGB: (247,70,1)

Color info

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

RGB color model

#F74601 color RGB value is (247,70,1).

  • red value is 247;
  • green value is 70;
  • blue value is 1.
RGB:
(247,70,1)
(97%,27%,0%)

RGB channels and saturation

R 247 of 255 = 97%
G 70 of 255 = 27%
B 1 of 255 = 0%

247
70
1

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

Portions of RGB colors in percentages

R + G + B =
247 + 70 + 1 = 318 (100%)
R 247 of 318 ~ 77.67%
G 70 of 318 ~ 22.01%
B 1 of 318 ~ 0.31%

%77.67
%22.01

CMYK color model

#F74601 color CMYK value is (0,72,100,3).

  • cyan value is 0.00%
  • magenta value is 71.66%
  • yellow value is 99.60%
  • key color value is 3.14%
CMYK:
(0,72,100,3)
C0M72Y100K3 
(0%,72%,100%,3%)
(0.00/0.72/1.00/0.03)	

CMYK percentages

%0
%71.66
%99.6
%3.14

Codes

Color #F74601 in popluar color models

F74601
RGB247701
HSL17°99.19%48.63%
HSB/HSV17°99.60%96.86%
CMYK0.00%71.66%99.60%
3.14%

Color #F74601 in popluar number systems.

HEXF74601
Decimal247701
Binary1111011110001101
Octal3671061

Shades and tints

Shades of #F74601

#F74601
(247,70,1)
#E14001
(225,64,1)
#CB3A01
(203,58,1)
#B53401
(181,52,1)
#9F2E01
(159,46,1)
#892801
(137,40,1)
#732201
(115,34,1)
#5D1C01
(93,28,1)
#471601
(71,22,1)
#311001
(49,16,1)
#1B0A01
(27,10,1)
#000000
(0,0,0)

Tints of #F74601

#F74601
(247,70,1)
#F75618
(247,86,24)
#F7662F
(247,102,47)
#F77646
(247,118,70)
#F7865D
(247,134,93)
#F79674
(247,150,116)
#F7A68B
(247,166,139)
#F7B6A2
(247,182,162)
#F7C6B9
(247,198,185)
#F7D6D0
(247,214,208)
#F7E6E7
(247,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74601 color. Also use rgb(247,70,1) instead hex code.

Text Font Color

.myTextColor { color: #F74601; }

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

This text font color is #F74601.


Background Color

.myBgColor { background-color: #F74601; }

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

This div background color is #F74601.


Border color

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

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

This div border color is #F74601.


Opacity

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

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

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

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

This text has shadow with #F74601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74601 on black background.


Color preview on white background

This text has color #F74601 on white background.



Black color preview on #F74601 background

This text has black color on #F74601 background.


White color preview on #F74601 background

This text has white color on #F74601 background.