COLOR #F78816

HEX: #F78816
RGB: (247,136,22)

Color info

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

RGB color model

#F78816 color RGB value is (247,136,22).

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

RGB channels and saturation

R 247 of 255 = 97%
G 136 of 255 = 53%
B 22 of 255 = 9%

247
136
22

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

Portions of RGB colors in percentages

R + G + B =
247 + 136 + 22 = 405 (100%)
R 247 of 405 ~ 60.99%
G 136 of 405 ~ 33.58%
B 22 of 405 ~ 5.43%

%60.99
%33.58

CMYK color model

#F78816 color CMYK value is (0,45,91,3).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 91.09%
  • key color value is 3.14%
CMYK:
(0,45,91,3)
C0M45Y91K3 
(0%,45%,91%,3%)
(0.00/0.45/0.91/0.03)	

CMYK percentages

%0
%44.94
%91.09
%3.14

Codes

Color #F78816 in popluar color models

F78816
RGB24713622
HSL30°93.36%52.75%
HSB/HSV30°91.09%96.86%
CMYK0.00%44.94%91.09%
3.14%

Color #F78816 in popluar number systems.

HEXF78816
Decimal24713622
Binary111101111000100010110
Octal36721026

Shades and tints

Shades of #F78816

#F78816
(247,136,22)
#E17C14
(225,124,20)
#CB7012
(203,112,18)
#B56410
(181,100,16)
#9F580E
(159,88,14)
#894C0C
(137,76,12)
#73400A
(115,64,10)
#5D3408
(93,52,8)
#472806
(71,40,6)
#311C04
(49,28,4)
#1B1002
(27,16,2)
#000000
(0,0,0)

Tints of #F78816

#F78816
(247,136,22)
#F7922B
(247,146,43)
#F79C40
(247,156,64)
#F7A655
(247,166,85)
#F7B06A
(247,176,106)
#F7BA7F
(247,186,127)
#F7C494
(247,196,148)
#F7CEA9
(247,206,169)
#F7D8BE
(247,216,190)
#F7E2D3
(247,226,211)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78816; }

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

This text font color is #F78816.


Background Color

.myBgColor { background-color: #F78816; }

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

This div background color is #F78816.


Border color

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

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

This div border color is #F78816.


Opacity

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

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

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

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

This text has shadow with #F78816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78816 on black background.


Color preview on white background

This text has color #F78816 on white background.



Black color preview on #F78816 background

This text has black color on #F78816 background.


White color preview on #F78816 background

This text has white color on #F78816 background.