COLOR #F4022E

HEX: #F4022E
RGB: (244,2,46)

Color info

#F4022E contains mainly red color. Web safe color of #F4022E is #FF0033 (or #F03).

RGB color model

#F4022E color RGB value is (244,2,46).

  • red value is 244;
  • green value is 2;
  • blue value is 46.
RGB:
(244,2,46)
(96%,1%,18%)

RGB channels and saturation

R 244 of 255 = 96%
G 2 of 255 = 1%
B 46 of 255 = 18%

244
2
46

R + G + B ~ 38%. #F4022E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
244 + 2 + 46 = 292 (100%)
R 244 of 292 ~ 83.56%
G 2 of 292 ~ 0.68%
B 46 of 292 ~ 15.75%

%83.56
%15.75

CMYK color model

#F4022E color CMYK value is (0,99,81,4).

  • cyan value is 0.00%
  • magenta value is 99.18%
  • yellow value is 81.15%
  • key color value is 4.31%
CMYK:
(0,99,81,4)
C0M99Y81K4 
(0%,99%,81%,4%)
(0.00/0.99/0.81/0.04)	

CMYK percentages

%0
%99.18
%81.15
%4.31

Codes

Color #F4022E in popluar color models

F4022E
RGB244246
HSL349°98.37%48.24%
HSB/HSV349°99.18%95.69%
CMYK0.00%99.18%81.15%
4.31%

Color #F4022E in popluar number systems.

HEXF4022E
Decimal244246
Binary1111010010101110
Octal364256

Shades and tints

Shades of #F4022E

#F4022E
(244,2,46)
#DE022A
(222,2,42)
#C80226
(200,2,38)
#B20222
(178,2,34)
#9C021E
(156,2,30)
#86021A
(134,2,26)
#700216
(112,2,22)
#5A0212
(90,2,18)
#44020E
(68,2,14)
#2E020A
(46,2,10)
#180206
(24,2,6)
#000000
(0,0,0)

Tints of #F4022E

#F4022E
(244,2,46)
#F51941
(245,25,65)
#F63054
(246,48,84)
#F74767
(247,71,103)
#F85E7A
(248,94,122)
#F9758D
(249,117,141)
#FA8CA0
(250,140,160)
#FBA3B3
(251,163,179)
#FCBAC6
(252,186,198)
#FDD1D9
(253,209,217)
#FEE8EC
(254,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4022E color. Also use rgb(244,2,46) instead hex code.

Text Font Color

.myTextColor { color: #F4022E; }

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

This text font color is #F4022E.


Background Color

.myBgColor { background-color: #F4022E; }

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

This div background color is #F4022E.


Border color

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

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

This div border color is #F4022E.


Opacity

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

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

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

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

This text has shadow with #F4022E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4022E on black background.


Color preview on white background

This text has color #F4022E on white background.



Black color preview on #F4022E background

This text has black color on #F4022E background.


White color preview on #F4022E background

This text has white color on #F4022E background.