COLOR #F87A15

HEX: #F87A15
RGB: (248,122,21)

Color info

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

RGB color model

#F87A15 color RGB value is (248,122,21).

  • red value is 248;
  • green value is 122;
  • blue value is 21.
RGB:
(248,122,21)
(97%,48%,8%)

RGB channels and saturation

R 248 of 255 = 97%
G 122 of 255 = 48%
B 21 of 255 = 8%

248
122
21

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

Portions of RGB colors in percentages

R + G + B =
248 + 122 + 21 = 391 (100%)
R 248 of 391 ~ 63.43%
G 122 of 391 ~ 31.2%
B 21 of 391 ~ 5.37%

%63.43
%31.2

CMYK color model

#F87A15 color CMYK value is (0,51,92,3).

  • cyan value is 0.00%
  • magenta value is 50.81%
  • yellow value is 91.53%
  • key color value is 2.75%
CMYK:
(0,51,92,3)
C0M51Y92K3 
(0%,51%,92%,3%)
(0.00/0.51/0.92/0.03)	

CMYK percentages

%0
%50.81
%91.53
%2.75

Codes

Color #F87A15 in popluar color models

F87A15
RGB24812221
HSL27°94.19%52.75%
HSB/HSV27°91.53%97.25%
CMYK0.00%50.81%91.53%
2.75%

Color #F87A15 in popluar number systems.

HEXF87A15
Decimal24812221
Binary11111000111101010101
Octal37017225

Shades and tints

Shades of #F87A15

#F87A15
(248,122,21)
#E26F14
(226,111,20)
#CC6413
(204,100,19)
#B65912
(182,89,18)
#A04E11
(160,78,17)
#8A4310
(138,67,16)
#74380F
(116,56,15)
#5E2D0E
(94,45,14)
#48220D
(72,34,13)
#32170C
(50,23,12)
#1C0C0B
(28,12,11)
#000000
(0,0,0)

Tints of #F87A15

#F87A15
(248,122,21)
#F8862A
(248,134,42)
#F8923F
(248,146,63)
#F89E54
(248,158,84)
#F8AA69
(248,170,105)
#F8B67E
(248,182,126)
#F8C293
(248,194,147)
#F8CEA8
(248,206,168)
#F8DABD
(248,218,189)
#F8E6D2
(248,230,210)
#F8F2E7
(248,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87A15 color. Also use rgb(248,122,21) instead hex code.

Text Font Color

.myTextColor { color: #F87A15; }

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

This text font color is #F87A15.


Background Color

.myBgColor { background-color: #F87A15; }

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

This div background color is #F87A15.


Border color

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

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

This div border color is #F87A15.


Opacity

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

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

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

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

This text has shadow with #F87A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87A15 on black background.


Color preview on white background

This text has color #F87A15 on white background.



Black color preview on #F87A15 background

This text has black color on #F87A15 background.


White color preview on #F87A15 background

This text has white color on #F87A15 background.