COLOR #F86A12

HEX: #F86A12
RGB: (248,106,18)

Color info

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

RGB color model

#F86A12 color RGB value is (248,106,18).

  • red value is 248;
  • green value is 106;
  • blue value is 18.
RGB:
(248,106,18)
(97%,42%,7%)

RGB channels and saturation

R 248 of 255 = 97%
G 106 of 255 = 42%
B 18 of 255 = 7%

248
106
18

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

Portions of RGB colors in percentages

R + G + B =
248 + 106 + 18 = 372 (100%)
R 248 of 372 ~ 66.67%
G 106 of 372 ~ 28.49%
B 18 of 372 ~ 4.84%

%66.67
%28.49

CMYK color model

#F86A12 color CMYK value is (0,57,93,3).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 92.74%
  • key color value is 2.75%
CMYK:
(0,57,93,3)
C0M57Y93K3 
(0%,57%,93%,3%)
(0.00/0.57/0.93/0.03)	

CMYK percentages

%0
%57.26
%92.74
%2.75

Codes

Color #F86A12 in popluar color models

F86A12
RGB24810618
HSL23°94.26%52.16%
HSB/HSV23°92.74%97.25%
CMYK0.00%57.26%92.74%
2.75%

Color #F86A12 in popluar number systems.

HEXF86A12
Decimal24810618
Binary11111000110101010010
Octal37015222

Shades and tints

Shades of #F86A12

#F86A12
(248,106,18)
#E26111
(226,97,17)
#CC5810
(204,88,16)
#B64F0F
(182,79,15)
#A0460E
(160,70,14)
#8A3D0D
(138,61,13)
#74340C
(116,52,12)
#5E2B0B
(94,43,11)
#48220A
(72,34,10)
#321909
(50,25,9)
#1C1008
(28,16,8)
#000000
(0,0,0)

Tints of #F86A12

#F86A12
(248,106,18)
#F87727
(248,119,39)
#F8843C
(248,132,60)
#F89151
(248,145,81)
#F89E66
(248,158,102)
#F8AB7B
(248,171,123)
#F8B890
(248,184,144)
#F8C5A5
(248,197,165)
#F8D2BA
(248,210,186)
#F8DFCF
(248,223,207)
#F8ECE4
(248,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86A12 color. Also use rgb(248,106,18) instead hex code.

Text Font Color

.myTextColor { color: #F86A12; }

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

This text font color is #F86A12.


Background Color

.myBgColor { background-color: #F86A12; }

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

This div background color is #F86A12.


Border color

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

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

This div border color is #F86A12.


Opacity

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

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

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

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

This text has shadow with #F86A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86A12 on black background.


Color preview on white background

This text has color #F86A12 on white background.



Black color preview on #F86A12 background

This text has black color on #F86A12 background.


White color preview on #F86A12 background

This text has white color on #F86A12 background.