COLOR #F79C0D

HEX: #F79C0D
RGB: (247,156,13)

Color info

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

RGB color model

#F79C0D color RGB value is (247,156,13).

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

RGB channels and saturation

R 247 of 255 = 97%
G 156 of 255 = 61%
B 13 of 255 = 5%

247
156
13

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

Portions of RGB colors in percentages

R + G + B =
247 + 156 + 13 = 416 (100%)
R 247 of 416 ~ 59.38%
G 156 of 416 ~ 37.5%
B 13 of 416 ~ 3.13%

%59.38
%37.5

CMYK color model

#F79C0D color CMYK value is (0,37,95,3).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 94.74%
  • key color value is 3.14%
CMYK:
(0,37,95,3)
C0M37Y95K3 
(0%,37%,95%,3%)
(0.00/0.37/0.95/0.03)	

CMYK percentages

%0
%36.84
%94.74
%3.14

Codes

Color #F79C0D in popluar color models

F79C0D
RGB24715613
HSL37°93.60%50.98%
HSB/HSV37°94.74%96.86%
CMYK0.00%36.84%94.74%
3.14%

Color #F79C0D in popluar number systems.

HEXF79C0D
Decimal24715613
Binary11110111100111001101
Octal36723415

Shades and tints

Shades of #F79C0D

#F79C0D
(247,156,13)
#E18E0C
(225,142,12)
#CB800B
(203,128,11)
#B5720A
(181,114,10)
#9F6409
(159,100,9)
#895608
(137,86,8)
#734807
(115,72,7)
#5D3A06
(93,58,6)
#472C05
(71,44,5)
#311E04
(49,30,4)
#1B1003
(27,16,3)
#000000
(0,0,0)

Tints of #F79C0D

#F79C0D
(247,156,13)
#F7A523
(247,165,35)
#F7AE39
(247,174,57)
#F7B74F
(247,183,79)
#F7C065
(247,192,101)
#F7C97B
(247,201,123)
#F7D291
(247,210,145)
#F7DBA7
(247,219,167)
#F7E4BD
(247,228,189)
#F7EDD3
(247,237,211)
#F7F6E9
(247,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F79C0D; }

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

This text font color is #F79C0D.


Background Color

.myBgColor { background-color: #F79C0D; }

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

This div background color is #F79C0D.


Border color

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

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

This div border color is #F79C0D.


Opacity

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

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

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

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

This text has shadow with #F79C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F79C0D on black background.


Color preview on white background

This text has color #F79C0D on white background.



Black color preview on #F79C0D background

This text has black color on #F79C0D background.


White color preview on #F79C0D background

This text has white color on #F79C0D background.