COLOR #F08606

HEX: #F08606
RGB: (240,134,6)

Color info

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

RGB color model

#F08606 color RGB value is (240,134,6).

  • red value is 240;
  • green value is 134;
  • blue value is 6.
RGB:
(240,134,6)
(94%,53%,2%)

RGB channels and saturation

R 240 of 255 = 94%
G 134 of 255 = 53%
B 6 of 255 = 2%

240
134
6

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

Portions of RGB colors in percentages

R + G + B =
240 + 134 + 6 = 380 (100%)
R 240 of 380 ~ 63.16%
G 134 of 380 ~ 35.26%
B 6 of 380 ~ 1.58%

%63.16
%35.26

CMYK color model

#F08606 color CMYK value is (0,44,98,6).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 97.50%
  • key color value is 5.88%
CMYK:
(0,44,98,6)
C0M44Y98K6 
(0%,44%,98%,6%)
(0.00/0.44/0.98/0.06)	

CMYK percentages

%0
%44.17
%97.5
%5.88

Codes

Color #F08606 in popluar color models

F08606
RGB2401346
HSL33°95.12%48.24%
HSB/HSV33°97.50%94.12%
CMYK0.00%44.17%97.50%
5.88%

Color #F08606 in popluar number systems.

HEXF08606
Decimal2401346
Binary1111000010000110110
Octal3602066

Shades and tints

Shades of #F08606

#F08606
(240,134,6)
#DB7A06
(219,122,6)
#C66E06
(198,110,6)
#B16206
(177,98,6)
#9C5606
(156,86,6)
#874A06
(135,74,6)
#723E06
(114,62,6)
#5D3206
(93,50,6)
#482606
(72,38,6)
#331A06
(51,26,6)
#1E0E06
(30,14,6)
#000000
(0,0,0)

Tints of #F08606

#F08606
(240,134,6)
#F1911C
(241,145,28)
#F29C32
(242,156,50)
#F3A748
(243,167,72)
#F4B25E
(244,178,94)
#F5BD74
(245,189,116)
#F6C88A
(246,200,138)
#F7D3A0
(247,211,160)
#F8DEB6
(248,222,182)
#F9E9CC
(249,233,204)
#FAF4E2
(250,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08606 color. Also use rgb(240,134,6) instead hex code.

Text Font Color

.myTextColor { color: #F08606; }

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

This text font color is #F08606.


Background Color

.myBgColor { background-color: #F08606; }

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

This div background color is #F08606.


Border color

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

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

This div border color is #F08606.


Opacity

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

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

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

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

This text has shadow with #F08606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08606 on black background.


Color preview on white background

This text has color #F08606 on white background.



Black color preview on #F08606 background

This text has black color on #F08606 background.


White color preview on #F08606 background

This text has white color on #F08606 background.