COLOR #F84A38

HEX: #F84A38
RGB: (248,74,56)

Color info

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

RGB color model

#F84A38 color RGB value is (248,74,56).

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

RGB channels and saturation

R 248 of 255 = 97%
G 74 of 255 = 29%
B 56 of 255 = 22%

248
74
56

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

Portions of RGB colors in percentages

R + G + B =
248 + 74 + 56 = 378 (100%)
R 248 of 378 ~ 65.61%
G 74 of 378 ~ 19.58%
B 56 of 378 ~ 14.81%

%65.61
%19.58
%14.81

CMYK color model

#F84A38 color CMYK value is (0,70,77,3).

  • cyan value is 0.00%
  • magenta value is 70.16%
  • yellow value is 77.42%
  • key color value is 2.75%
CMYK:
(0,70,77,3)
C0M70Y77K3 
(0%,70%,77%,3%)
(0.00/0.70/0.77/0.03)	

CMYK percentages

%0
%70.16
%77.42
%2.75

Codes

Color #F84A38 in popluar color models

F84A38
RGB2487456
HSL93.20%59.61%
HSB/HSV77.42%97.25%
CMYK0.00%70.16%77.42%
2.75%

Color #F84A38 in popluar number systems.

HEXF84A38
Decimal2487456
Binary111110001001010111000
Octal37011270

Shades and tints

Shades of #F84A38

#F84A38
(248,74,56)
#E24433
(226,68,51)
#CC3E2E
(204,62,46)
#B63829
(182,56,41)
#A03224
(160,50,36)
#8A2C1F
(138,44,31)
#74261A
(116,38,26)
#5E2015
(94,32,21)
#481A10
(72,26,16)
#32140B
(50,20,11)
#1C0E06
(28,14,6)
#000000
(0,0,0)

Tints of #F84A38

#F84A38
(248,74,56)
#F85A4A
(248,90,74)
#F86A5C
(248,106,92)
#F87A6E
(248,122,110)
#F88A80
(248,138,128)
#F89A92
(248,154,146)
#F8AAA4
(248,170,164)
#F8BAB6
(248,186,182)
#F8CAC8
(248,202,200)
#F8DADA
(248,218,218)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F84A38; }

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

This text font color is #F84A38.


Background Color

.myBgColor { background-color: #F84A38; }

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

This div background color is #F84A38.


Border color

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

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

This div border color is #F84A38.


Opacity

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

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

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

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

This text has shadow with #F84A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F84A38 on black background.


Color preview on white background

This text has color #F84A38 on white background.



Black color preview on #F84A38 background

This text has black color on #F84A38 background.


White color preview on #F84A38 background

This text has white color on #F84A38 background.