COLOR #F06812

HEX: #F06812
RGB: (240,104,18)

Color info

#F06812 contains mainly red color. Web safe color of #F06812 is #FF6600 (or #F60).

RGB color model

#F06812 color RGB value is (240,104,18).

  • red value is 240;
  • green value is 104;
  • blue value is 18.
RGB:
(240,104,18)
(94%,41%,7%)

RGB channels and saturation

R 240 of 255 = 94%
G 104 of 255 = 41%
B 18 of 255 = 7%

240
104
18

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

Portions of RGB colors in percentages

R + G + B =
240 + 104 + 18 = 362 (100%)
R 240 of 362 ~ 66.3%
G 104 of 362 ~ 28.73%
B 18 of 362 ~ 4.97%

%66.3
%28.73

CMYK color model

#F06812 color CMYK value is (0,57,93,6).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 92.50%
  • key color value is 5.88%
CMYK:
(0,57,93,6)
C0M57Y93K6 
(0%,57%,93%,6%)
(0.00/0.57/0.93/0.06)	

CMYK percentages

%0
%56.67
%92.5
%5.88

Codes

Color #F06812 in popluar color models

F06812
RGB24010418
HSL23°88.10%50.59%
HSB/HSV23°92.50%94.12%
CMYK0.00%56.67%92.50%
5.88%

Color #F06812 in popluar number systems.

HEXF06812
Decimal24010418
Binary11110000110100010010
Octal36015022

Shades and tints

Shades of #F06812

#F06812
(240,104,18)
#DB5F11
(219,95,17)
#C65610
(198,86,16)
#B14D0F
(177,77,15)
#9C440E
(156,68,14)
#873B0D
(135,59,13)
#72320C
(114,50,12)
#5D290B
(93,41,11)
#48200A
(72,32,10)
#331709
(51,23,9)
#1E0E08
(30,14,8)
#000000
(0,0,0)

Tints of #F06812

#F06812
(240,104,18)
#F17527
(241,117,39)
#F2823C
(242,130,60)
#F38F51
(243,143,81)
#F49C66
(244,156,102)
#F5A97B
(245,169,123)
#F6B690
(246,182,144)
#F7C3A5
(247,195,165)
#F8D0BA
(248,208,186)
#F9DDCF
(249,221,207)
#FAEAE4
(250,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F06812 color. Also use rgb(240,104,18) instead hex code.

Text Font Color

.myTextColor { color: #F06812; }

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

This text font color is #F06812.


Background Color

.myBgColor { background-color: #F06812; }

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

This div background color is #F06812.


Border color

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

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

This div border color is #F06812.


Opacity

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

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

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

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

This text has shadow with #F06812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F06812 on black background.


Color preview on white background

This text has color #F06812 on white background.



Black color preview on #F06812 background

This text has black color on #F06812 background.


White color preview on #F06812 background

This text has white color on #F06812 background.