COLOR #F79C16

HEX: #F79C16
RGB: (247,156,22)

Color info

#F79C16 contains mainly red color. Web safe color of #F79C16 is #FF9900 (or #F90).

RGB color model

#F79C16 color RGB value is (247,156,22).

  • red value is 247;
  • green value is 156;
  • blue value is 22.
RGB:
(247,156,22)
(97%,61%,9%)

RGB channels and saturation

R 247 of 255 = 97%
G 156 of 255 = 61%
B 22 of 255 = 9%

247
156
22

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

Portions of RGB colors in percentages

R + G + B =
247 + 156 + 22 = 425 (100%)
R 247 of 425 ~ 58.12%
G 156 of 425 ~ 36.71%
B 22 of 425 ~ 5.18%

%58.12
%36.71

CMYK color model

#F79C16 color CMYK value is (0,37,91,3).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 91.09%
  • key color value is 3.14%
CMYK:
(0,37,91,3)
C0M37Y91K3 
(0%,37%,91%,3%)
(0.00/0.37/0.91/0.03)	

CMYK percentages

%0
%36.84
%91.09
%3.14

Codes

Color #F79C16 in popluar color models

F79C16
RGB24715622
HSL36°93.36%52.75%
HSB/HSV36°91.09%96.86%
CMYK0.00%36.84%91.09%
3.14%

Color #F79C16 in popluar number systems.

HEXF79C16
Decimal24715622
Binary111101111001110010110
Octal36723426

Shades and tints

Shades of #F79C16

#F79C16
(247,156,22)
#E18E14
(225,142,20)
#CB8012
(203,128,18)
#B57210
(181,114,16)
#9F640E
(159,100,14)
#89560C
(137,86,12)
#73480A
(115,72,10)
#5D3A08
(93,58,8)
#472C06
(71,44,6)
#311E04
(49,30,4)
#1B1002
(27,16,2)
#000000
(0,0,0)

Tints of #F79C16

#F79C16
(247,156,22)
#F7A52B
(247,165,43)
#F7AE40
(247,174,64)
#F7B755
(247,183,85)
#F7C06A
(247,192,106)
#F7C97F
(247,201,127)
#F7D294
(247,210,148)
#F7DBA9
(247,219,169)
#F7E4BE
(247,228,190)
#F7EDD3
(247,237,211)
#F7F6E8
(247,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F79C16 color. Also use rgb(247,156,22) instead hex code.

Text Font Color

.myTextColor { color: #F79C16; }

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

This text font color is #F79C16.


Background Color

.myBgColor { background-color: #F79C16; }

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

This div background color is #F79C16.


Border color

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

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

This div border color is #F79C16.


Opacity

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

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

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

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

This text has shadow with #F79C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79C16 on black background.


Color preview on white background

This text has color #F79C16 on white background.



Black color preview on #F79C16 background

This text has black color on #F79C16 background.


White color preview on #F79C16 background

This text has white color on #F79C16 background.