COLOR #F87D20

HEX: #F87D20
RGB: (248,125,32)

Color info

#F87D20 contains mainly red color. Web safe color of #F87D20 is #FF6633 (or #F63).

RGB color model

#F87D20 color RGB value is (248,125,32).

  • red value is 248;
  • green value is 125;
  • blue value is 32.
RGB:
(248,125,32)
(97%,49%,13%)

RGB channels and saturation

R 248 of 255 = 97%
G 125 of 255 = 49%
B 32 of 255 = 13%

248
125
32

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

Portions of RGB colors in percentages

R + G + B =
248 + 125 + 32 = 405 (100%)
R 248 of 405 ~ 61.23%
G 125 of 405 ~ 30.86%
B 32 of 405 ~ 7.9%

%61.23
%30.86

CMYK color model

#F87D20 color CMYK value is (0,50,87,3).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 87.10%
  • key color value is 2.75%
CMYK:
(0,50,87,3)
C0M50Y87K3 
(0%,50%,87%,3%)
(0.00/0.50/0.87/0.03)	

CMYK percentages

%0
%49.6
%87.1
%2.75

Codes

Color #F87D20 in popluar color models

F87D20
RGB24812532
HSL26°93.91%54.90%
HSB/HSV26°87.10%97.25%
CMYK0.00%49.60%87.10%
2.75%

Color #F87D20 in popluar number systems.

HEXF87D20
Decimal24812532
Binary111110001111101100000
Octal37017540

Shades and tints

Shades of #F87D20

#F87D20
(248,125,32)
#E2721E
(226,114,30)
#CC671C
(204,103,28)
#B65C1A
(182,92,26)
#A05118
(160,81,24)
#8A4616
(138,70,22)
#743B14
(116,59,20)
#5E3012
(94,48,18)
#482510
(72,37,16)
#321A0E
(50,26,14)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #F87D20

#F87D20
(248,125,32)
#F88834
(248,136,52)
#F89348
(248,147,72)
#F89E5C
(248,158,92)
#F8A970
(248,169,112)
#F8B484
(248,180,132)
#F8BF98
(248,191,152)
#F8CAAC
(248,202,172)
#F8D5C0
(248,213,192)
#F8E0D4
(248,224,212)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87D20 color. Also use rgb(248,125,32) instead hex code.

Text Font Color

.myTextColor { color: #F87D20; }

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

This text font color is #F87D20.


Background Color

.myBgColor { background-color: #F87D20; }

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

This div background color is #F87D20.


Border color

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

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

This div border color is #F87D20.


Opacity

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

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

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

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

This text has shadow with #F87D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87D20 on black background.


Color preview on white background

This text has color #F87D20 on white background.



Black color preview on #F87D20 background

This text has black color on #F87D20 background.


White color preview on #F87D20 background

This text has white color on #F87D20 background.