COLOR #F78108

HEX: #F78108
RGB: (247,129,8)

Color info

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

RGB color model

#F78108 color RGB value is (247,129,8).

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

RGB channels and saturation

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

247
129
8

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

Portions of RGB colors in percentages

R + G + B =
247 + 129 + 8 = 384 (100%)
R 247 of 384 ~ 64.32%
G 129 of 384 ~ 33.59%
B 8 of 384 ~ 2.08%

%64.32
%33.59

CMYK color model

#F78108 color CMYK value is (0,48,97,3).

  • cyan value is 0.00%
  • magenta value is 47.77%
  • yellow value is 96.76%
  • key color value is 3.14%
CMYK:
(0,48,97,3)
C0M48Y97K3 
(0%,48%,97%,3%)
(0.00/0.48/0.97/0.03)	

CMYK percentages

%0
%47.77
%96.76
%3.14

Codes

Color #F78108 in popluar color models

F78108
RGB2471298
HSL30°93.73%50.00%
HSB/HSV30°96.76%96.86%
CMYK0.00%47.77%96.76%
3.14%

Color #F78108 in popluar number systems.

HEXF78108
Decimal2471298
Binary11110111100000011000
Octal36720110

Shades and tints

Shades of #F78108

#F78108
(247,129,8)
#E17608
(225,118,8)
#CB6B08
(203,107,8)
#B56008
(181,96,8)
#9F5508
(159,85,8)
#894A08
(137,74,8)
#733F08
(115,63,8)
#5D3408
(93,52,8)
#472908
(71,41,8)
#311E08
(49,30,8)
#1B1308
(27,19,8)
#000000
(0,0,0)

Tints of #F78108

#F78108
(247,129,8)
#F78C1E
(247,140,30)
#F79734
(247,151,52)
#F7A24A
(247,162,74)
#F7AD60
(247,173,96)
#F7B876
(247,184,118)
#F7C38C
(247,195,140)
#F7CEA2
(247,206,162)
#F7D9B8
(247,217,184)
#F7E4CE
(247,228,206)
#F7EFE4
(247,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78108; }

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

This text font color is #F78108.


Background Color

.myBgColor { background-color: #F78108; }

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

This div background color is #F78108.


Border color

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

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

This div border color is #F78108.


Opacity

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

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

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

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

This text has shadow with #F78108 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78108 on black background.


Color preview on white background

This text has color #F78108 on white background.



Black color preview on #F78108 background

This text has black color on #F78108 background.


White color preview on #F78108 background

This text has white color on #F78108 background.