COLOR #F87B0F

HEX: #F87B0F
RGB: (248,123,15)

Color info

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

RGB color model

#F87B0F color RGB value is (248,123,15).

  • red value is 248;
  • green value is 123;
  • blue value is 15.
RGB:
(248,123,15)
(97%,48%,6%)

RGB channels and saturation

R 248 of 255 = 97%
G 123 of 255 = 48%
B 15 of 255 = 6%

248
123
15

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

Portions of RGB colors in percentages

R + G + B =
248 + 123 + 15 = 386 (100%)
R 248 of 386 ~ 64.25%
G 123 of 386 ~ 31.87%
B 15 of 386 ~ 3.89%

%64.25
%31.87

CMYK color model

#F87B0F color CMYK value is (0,50,94,3).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 93.95%
  • key color value is 2.75%
CMYK:
(0,50,94,3)
C0M50Y94K3 
(0%,50%,94%,3%)
(0.00/0.50/0.94/0.03)	

CMYK percentages

%0
%50.4
%93.95
%2.75

Codes

Color #F87B0F in popluar color models

F87B0F
RGB24812315
HSL28°94.33%51.57%
HSB/HSV28°93.95%97.25%
CMYK0.00%50.40%93.95%
2.75%

Color #F87B0F in popluar number systems.

HEXF87B0F
Decimal24812315
Binary1111100011110111111
Octal37017317

Shades and tints

Shades of #F87B0F

#F87B0F
(248,123,15)
#E2700E
(226,112,14)
#CC650D
(204,101,13)
#B65A0C
(182,90,12)
#A04F0B
(160,79,11)
#8A440A
(138,68,10)
#743909
(116,57,9)
#5E2E08
(94,46,8)
#482307
(72,35,7)
#321806
(50,24,6)
#1C0D05
(28,13,5)
#000000
(0,0,0)

Tints of #F87B0F

#F87B0F
(248,123,15)
#F88724
(248,135,36)
#F89339
(248,147,57)
#F89F4E
(248,159,78)
#F8AB63
(248,171,99)
#F8B778
(248,183,120)
#F8C38D
(248,195,141)
#F8CFA2
(248,207,162)
#F8DBB7
(248,219,183)
#F8E7CC
(248,231,204)
#F8F3E1
(248,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87B0F color. Also use rgb(248,123,15) instead hex code.

Text Font Color

.myTextColor { color: #F87B0F; }

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

This text font color is #F87B0F.


Background Color

.myBgColor { background-color: #F87B0F; }

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

This div background color is #F87B0F.


Border color

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

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

This div border color is #F87B0F.


Opacity

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

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

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

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

This text has shadow with #F87B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87B0F on black background.


Color preview on white background

This text has color #F87B0F on white background.



Black color preview on #F87B0F background

This text has black color on #F87B0F background.


White color preview on #F87B0F background

This text has white color on #F87B0F background.