COLOR #F82019

HEX: #F82019
RGB: (248,32,25)

Color info

#F82019 contains mainly red color. Web safe color of #F82019 is #FF3300 (or #F30).

RGB color model

#F82019 color RGB value is (248,32,25).

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

RGB channels and saturation

R 248 of 255 = 97%
G 32 of 255 = 13%
B 25 of 255 = 10%

248
32
25

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

Portions of RGB colors in percentages

R + G + B =
248 + 32 + 25 = 305 (100%)
R 248 of 305 ~ 81.31%
G 32 of 305 ~ 10.49%
B 25 of 305 ~ 8.2%

%81.31
%10.49

CMYK color model

#F82019 color CMYK value is (0,87,90,3).

  • cyan value is 0.00%
  • magenta value is 87.10%
  • yellow value is 89.92%
  • key color value is 2.75%
CMYK:
(0,87,90,3)
C0M87Y90K3 
(0%,87%,90%,3%)
(0.00/0.87/0.90/0.03)	

CMYK percentages

%0
%87.1
%89.92
%2.75

Codes

Color #F82019 in popluar color models

F82019
RGB2483225
HSL94.09%53.53%
HSB/HSV89.92%97.25%
CMYK0.00%87.10%89.92%
2.75%

Color #F82019 in popluar number systems.

HEXF82019
Decimal2483225
Binary1111100010000011001
Octal3704031

Shades and tints

Shades of #F82019

#F82019
(248,32,25)
#E21E17
(226,30,23)
#CC1C15
(204,28,21)
#B61A13
(182,26,19)
#A01811
(160,24,17)
#8A160F
(138,22,15)
#74140D
(116,20,13)
#5E120B
(94,18,11)
#481009
(72,16,9)
#320E07
(50,14,7)
#1C0C05
(28,12,5)
#000000
(0,0,0)

Tints of #F82019

#F82019
(248,32,25)
#F8342D
(248,52,45)
#F84841
(248,72,65)
#F85C55
(248,92,85)
#F87069
(248,112,105)
#F8847D
(248,132,125)
#F89891
(248,152,145)
#F8ACA5
(248,172,165)
#F8C0B9
(248,192,185)
#F8D4CD
(248,212,205)
#F8E8E1
(248,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F82019; }

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

This text font color is #F82019.


Background Color

.myBgColor { background-color: #F82019; }

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

This div background color is #F82019.


Border color

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

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

This div border color is #F82019.


Opacity

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

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

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

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

This text has shadow with #F82019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F82019 on black background.


Color preview on white background

This text has color #F82019 on white background.



Black color preview on #F82019 background

This text has black color on #F82019 background.


White color preview on #F82019 background

This text has white color on #F82019 background.