COLOR #F87216

HEX: #F87216 RGB: (248,114,22)

Color info

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

RGB color model

#F87216 color RGB value is (248,114,22).

RGB: (248,114,22) (97%, 45%, 9%)

RGB channels and saturation

R 248 of 255 = 97%
G 114 of 255 = 45%
B 22 of 255 = 9%

248
114
22

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

Portions of RGB colors in percentages

R + G + B = 248 + 114 + 22 = 384 (100%)
R 248 of 384 ~ 64.58%
G 114 of 384 ~ 29.69%
B 22 of 384 ~ 5.73'%

%64.58
%29.69

CMYK color model

#F87216 color CMYK value is (0,54,91,3).

  • cyan value is 0.00%
  • magenta value is 54.03%
  • yellow value is 91.13%
  • key color value is 2.75%

CMYK: (0,54,91,3)
C0M54Y91K3 (0%, 54%, 91%, 3%)
(0.00 / 0.54 / 0.91 / 0.03)

CMYK percentages

%0
%54.03
%91.13
%2.75

Codes

Color #F87216 in popluar color models

F8 72 16
RGB 248 114 22
HSL 24° 94.17% 52.94%
HSB/HSV 24° 91.13% 97.25%
CMYK 0.00% 54.03% 91.13%
2.75%

Color #F87216 in popluar number systems.

HEX F8 72 16
Decimal 248 114 22
Binary 11111000 1110010 10110
Octal 370 162 26

Shades and tints

Shades of #F87216

#F87216
(248,114,22)
#E26814
(226,104,20)
#CC5E12
(204,94,18)
#B65410
(182,84,16)
#A04A0E
(160,74,14)
#8A400C
(138,64,12)
#74360A
(116,54,10)
#5E2C08
(94,44,8)
#482206
(72,34,6)
#321804
(50,24,4)
#1C0E02
(28,14,2)
#000000
(0,0,0)

Tints of #F87216

#F87216
(248,114,22)
#F87E2B
(248,126,43)
#F88A40
(248,138,64)
#F89655
(248,150,85)
#F8A26A
(248,162,106)
#F8AE7F
(248,174,127)
#F8BA94
(248,186,148)
#F8C6A9
(248,198,169)
#F8D2BE
(248,210,190)
#F8DED3
(248,222,211)
#F8EAE8
(248,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87216 color. Also use rgb(248,114,22) instead hex code.

Text Font Color

.myTextColor { color: #F87216; }

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

This text font color is #F87216.

Background Color

.myBgColor { background-color: #F87216; }

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

This div background color is #F87216.

Border color

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

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

This div border color is #F87216.

Opacity

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

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

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

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

This text has shadow with #F87216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F87216.

Preview

Color preview on black background

This text has color #F87216 on black background.


Color preview on white background

This text has color #F87216 on white background.


Black color preview on #F87216 background

This text has black color on #F87216 background.


White color preview on #F87216 background

This text has white color on #F87216 background.


Related colors

Complementary color

Complementary color for #hex is #078DE9.


I love getcolorcode.com

Triadic colors

1 #16F872 and #7216F8 with #F87216 are triadic colors.

2 #1672F8 and #72F816 with #F87216 are triadic colors.