COLOR #F74C12

HEX: #F74C12
RGB: (247,76,18)

Color info

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

RGB color model

#F74C12 color RGB value is (247,76,18).

  • red value is 247;
  • green value is 76;
  • blue value is 18.
RGB:
(247,76,18)
(97%,30%,7%)

RGB channels and saturation

R 247 of 255 = 97%
G 76 of 255 = 30%
B 18 of 255 = 7%

247
76
18

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

Portions of RGB colors in percentages

R + G + B =
247 + 76 + 18 = 341 (100%)
R 247 of 341 ~ 72.43%
G 76 of 341 ~ 22.29%
B 18 of 341 ~ 5.28%

%72.43
%22.29

CMYK color model

#F74C12 color CMYK value is (0,69,93,3).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 92.71%
  • key color value is 3.14%
CMYK:
(0,69,93,3)
C0M69Y93K3 
(0%,69%,93%,3%)
(0.00/0.69/0.93/0.03)	

CMYK percentages

%0
%69.23
%92.71
%3.14

Codes

Color #F74C12 in popluar color models

F74C12
RGB2477618
HSL15°93.47%51.96%
HSB/HSV15°92.71%96.86%
CMYK0.00%69.23%92.71%
3.14%

Color #F74C12 in popluar number systems.

HEXF74C12
Decimal2477618
Binary11110111100110010010
Octal36711422

Shades and tints

Shades of #F74C12

#F74C12
(247,76,18)
#E14611
(225,70,17)
#CB4010
(203,64,16)
#B53A0F
(181,58,15)
#9F340E
(159,52,14)
#892E0D
(137,46,13)
#73280C
(115,40,12)
#5D220B
(93,34,11)
#471C0A
(71,28,10)
#311609
(49,22,9)
#1B1008
(27,16,8)
#000000
(0,0,0)

Tints of #F74C12

#F74C12
(247,76,18)
#F75C27
(247,92,39)
#F76C3C
(247,108,60)
#F77C51
(247,124,81)
#F78C66
(247,140,102)
#F79C7B
(247,156,123)
#F7AC90
(247,172,144)
#F7BCA5
(247,188,165)
#F7CCBA
(247,204,186)
#F7DCCF
(247,220,207)
#F7ECE4
(247,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74C12 color. Also use rgb(247,76,18) instead hex code.

Text Font Color

.myTextColor { color: #F74C12; }

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

This text font color is #F74C12.


Background Color

.myBgColor { background-color: #F74C12; }

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

This div background color is #F74C12.


Border color

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

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

This div border color is #F74C12.


Opacity

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

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

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

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

This text has shadow with #F74C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74C12 on black background.


Color preview on white background

This text has color #F74C12 on white background.



Black color preview on #F74C12 background

This text has black color on #F74C12 background.


White color preview on #F74C12 background

This text has white color on #F74C12 background.