COLOR #F78208

HEX: #F78208
RGB: (247,130,8)

Color info

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

RGB color model

#F78208 color RGB value is (247,130,8).

  • red value is 247;
  • green value is 130;
  • blue value is 8.
RGB:
(247,130,8)
(97%,51%,3%)

RGB channels and saturation

R 247 of 255 = 97%
G 130 of 255 = 51%
B 8 of 255 = 3%

247
130
8

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

Portions of RGB colors in percentages

R + G + B =
247 + 130 + 8 = 385 (100%)
R 247 of 385 ~ 64.16%
G 130 of 385 ~ 33.77%
B 8 of 385 ~ 2.08%

%64.16
%33.77

CMYK color model

#F78208 color CMYK value is (0,47,97,3).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 96.76%
  • key color value is 3.14%
CMYK:
(0,47,97,3)
C0M47Y97K3 
(0%,47%,97%,3%)
(0.00/0.47/0.97/0.03)	

CMYK percentages

%0
%47.37
%96.76
%3.14

Codes

Color #F78208 in popluar color models

F78208
RGB2471308
HSL31°93.73%50.00%
HSB/HSV31°96.76%96.86%
CMYK0.00%47.37%96.76%
3.14%

Color #F78208 in popluar number systems.

HEXF78208
Decimal2471308
Binary11110111100000101000
Octal36720210

Shades and tints

Shades of #F78208

#F78208
(247,130,8)
#E17708
(225,119,8)
#CB6C08
(203,108,8)
#B56108
(181,97,8)
#9F5608
(159,86,8)
#894B08
(137,75,8)
#734008
(115,64,8)
#5D3508
(93,53,8)
#472A08
(71,42,8)
#311F08
(49,31,8)
#1B1408
(27,20,8)
#000000
(0,0,0)

Tints of #F78208

#F78208
(247,130,8)
#F78D1E
(247,141,30)
#F79834
(247,152,52)
#F7A34A
(247,163,74)
#F7AE60
(247,174,96)
#F7B976
(247,185,118)
#F7C48C
(247,196,140)
#F7CFA2
(247,207,162)
#F7DAB8
(247,218,184)
#F7E5CE
(247,229,206)
#F7F0E4
(247,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78208 color. Also use rgb(247,130,8) instead hex code.

Text Font Color

.myTextColor { color: #F78208; }

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

This text font color is #F78208.


Background Color

.myBgColor { background-color: #F78208; }

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

This div background color is #F78208.


Border color

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

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

This div border color is #F78208.


Opacity

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

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

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

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

This text has shadow with #F78208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78208 on black background.


Color preview on white background

This text has color #F78208 on white background.



Black color preview on #F78208 background

This text has black color on #F78208 background.


White color preview on #F78208 background

This text has white color on #F78208 background.