COLOR #F84A1C

HEX: #F84A1C
RGB: (248,74,28)

Color info

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

RGB color model

#F84A1C color RGB value is (248,74,28).

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

RGB channels and saturation

R 248 of 255 = 97%
G 74 of 255 = 29%
B 28 of 255 = 11%

248
74
28

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

Portions of RGB colors in percentages

R + G + B =
248 + 74 + 28 = 350 (100%)
R 248 of 350 ~ 70.86%
G 74 of 350 ~ 21.14%
B 28 of 350 ~ 8%

%70.86
%21.14

CMYK color model

#F84A1C color CMYK value is (0,70,89,3).

  • cyan value is 0.00%
  • magenta value is 70.16%
  • yellow value is 88.71%
  • key color value is 2.75%
CMYK:
(0,70,89,3)
C0M70Y89K3 
(0%,70%,89%,3%)
(0.00/0.70/0.89/0.03)	

CMYK percentages

%0
%70.16
%88.71
%2.75

Codes

Color #F84A1C in popluar color models

F84A1C
RGB2487428
HSL13°94.02%54.12%
HSB/HSV13°88.71%97.25%
CMYK0.00%70.16%88.71%
2.75%

Color #F84A1C in popluar number systems.

HEXF84A1C
Decimal2487428
Binary11111000100101011100
Octal37011234

Shades and tints

Shades of #F84A1C

#F84A1C
(248,74,28)
#E2441A
(226,68,26)
#CC3E18
(204,62,24)
#B63816
(182,56,22)
#A03214
(160,50,20)
#8A2C12
(138,44,18)
#742610
(116,38,16)
#5E200E
(94,32,14)
#481A0C
(72,26,12)
#32140A
(50,20,10)
#1C0E08
(28,14,8)
#000000
(0,0,0)

Tints of #F84A1C

#F84A1C
(248,74,28)
#F85A30
(248,90,48)
#F86A44
(248,106,68)
#F87A58
(248,122,88)
#F88A6C
(248,138,108)
#F89A80
(248,154,128)
#F8AA94
(248,170,148)
#F8BAA8
(248,186,168)
#F8CABC
(248,202,188)
#F8DAD0
(248,218,208)
#F8EAE4
(248,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F84A1C; }

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

This text font color is #F84A1C.


Background Color

.myBgColor { background-color: #F84A1C; }

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

This div background color is #F84A1C.


Border color

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

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

This div border color is #F84A1C.


Opacity

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

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

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

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

This text has shadow with #F84A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F84A1C on black background.


Color preview on white background

This text has color #F84A1C on white background.



Black color preview on #F84A1C background

This text has black color on #F84A1C background.


White color preview on #F84A1C background

This text has white color on #F84A1C background.