COLOR #F87014

HEX: #F87014
RGB: (248,112,20)

Color info

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

RGB color model

#F87014 color RGB value is (248,112,20).

  • red value is 248;
  • green value is 112;
  • blue value is 20.
RGB:
(248,112,20)
(97%,44%,8%)

RGB channels and saturation

R 248 of 255 = 97%
G 112 of 255 = 44%
B 20 of 255 = 8%

248
112
20

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

Portions of RGB colors in percentages

R + G + B =
248 + 112 + 20 = 380 (100%)
R 248 of 380 ~ 65.26%
G 112 of 380 ~ 29.47%
B 20 of 380 ~ 5.26%

%65.26
%29.47

CMYK color model

#F87014 color CMYK value is (0,55,92,3).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 91.94%
  • key color value is 2.75%
CMYK:
(0,55,92,3)
C0M55Y92K3 
(0%,55%,92%,3%)
(0.00/0.55/0.92/0.03)	

CMYK percentages

%0
%54.84
%91.94
%2.75

Codes

Color #F87014 in popluar color models

F87014
RGB24811220
HSL24°94.21%52.55%
HSB/HSV24°91.94%97.25%
CMYK0.00%54.84%91.94%
2.75%

Color #F87014 in popluar number systems.

HEXF87014
Decimal24811220
Binary11111000111000010100
Octal37016024

Shades and tints

Shades of #F87014

#F87014
(248,112,20)
#E26613
(226,102,19)
#CC5C12
(204,92,18)
#B65211
(182,82,17)
#A04810
(160,72,16)
#8A3E0F
(138,62,15)
#74340E
(116,52,14)
#5E2A0D
(94,42,13)
#48200C
(72,32,12)
#32160B
(50,22,11)
#1C0C0A
(28,12,10)
#000000
(0,0,0)

Tints of #F87014

#F87014
(248,112,20)
#F87D29
(248,125,41)
#F88A3E
(248,138,62)
#F89753
(248,151,83)
#F8A468
(248,164,104)
#F8B17D
(248,177,125)
#F8BE92
(248,190,146)
#F8CBA7
(248,203,167)
#F8D8BC
(248,216,188)
#F8E5D1
(248,229,209)
#F8F2E6
(248,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87014 color. Also use rgb(248,112,20) instead hex code.

Text Font Color

.myTextColor { color: #F87014; }

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

This text font color is #F87014.


Background Color

.myBgColor { background-color: #F87014; }

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

This div background color is #F87014.


Border color

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

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

This div border color is #F87014.


Opacity

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

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

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

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

This text has shadow with #F87014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87014 on black background.


Color preview on white background

This text has color #F87014 on white background.



Black color preview on #F87014 background

This text has black color on #F87014 background.


White color preview on #F87014 background

This text has white color on #F87014 background.