COLOR #F8421C

HEX: #F8421C
RGB: (248,66,28)

Color info

#F8421C contains mainly red color. Web safe color of #F8421C is #FF3333 (or #F33).

RGB color model

#F8421C color RGB value is (248,66,28).

  • red value is 248;
  • green value is 66;
  • blue value is 28.
RGB:
(248,66,28)
(97%,26%,11%)

RGB channels and saturation

R 248 of 255 = 97%
G 66 of 255 = 26%
B 28 of 255 = 11%

248
66
28

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

Portions of RGB colors in percentages

R + G + B =
248 + 66 + 28 = 342 (100%)
R 248 of 342 ~ 72.51%
G 66 of 342 ~ 19.3%
B 28 of 342 ~ 8.19%

%72.51
%19.3

CMYK color model

#F8421C color CMYK value is (0,73,89,3).

  • cyan value is 0.00%
  • magenta value is 73.39%
  • yellow value is 88.71%
  • key color value is 2.75%
CMYK:
(0,73,89,3)
C0M73Y89K3 
(0%,73%,89%,3%)
(0.00/0.73/0.89/0.03)	

CMYK percentages

%0
%73.39
%88.71
%2.75

Codes

Color #F8421C in popluar color models

F8421C
RGB2486628
HSL10°94.02%54.12%
HSB/HSV10°88.71%97.25%
CMYK0.00%73.39%88.71%
2.75%

Color #F8421C in popluar number systems.

HEXF8421C
Decimal2486628
Binary11111000100001011100
Octal37010234

Shades and tints

Shades of #F8421C

#F8421C
(248,66,28)
#E23C1A
(226,60,26)
#CC3618
(204,54,24)
#B63016
(182,48,22)
#A02A14
(160,42,20)
#8A2412
(138,36,18)
#741E10
(116,30,16)
#5E180E
(94,24,14)
#48120C
(72,18,12)
#320C0A
(50,12,10)
#1C0608
(28,6,8)
#000000
(0,0,0)

Tints of #F8421C

#F8421C
(248,66,28)
#F85330
(248,83,48)
#F86444
(248,100,68)
#F87558
(248,117,88)
#F8866C
(248,134,108)
#F89780
(248,151,128)
#F8A894
(248,168,148)
#F8B9A8
(248,185,168)
#F8CABC
(248,202,188)
#F8DBD0
(248,219,208)
#F8ECE4
(248,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8421C color. Also use rgb(248,66,28) instead hex code.

Text Font Color

.myTextColor { color: #F8421C; }

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

This text font color is #F8421C.


Background Color

.myBgColor { background-color: #F8421C; }

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

This div background color is #F8421C.


Border color

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

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

This div border color is #F8421C.


Opacity

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

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

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

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

This text has shadow with #F8421C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8421C on black background.


Color preview on white background

This text has color #F8421C on white background.



Black color preview on #F8421C background

This text has black color on #F8421C background.


White color preview on #F8421C background

This text has white color on #F8421C background.