COLOR #F44C18

HEX: #F44C18
RGB: (244,76,24)

Color info

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

RGB color model

#F44C18 color RGB value is (244,76,24).

  • red value is 244;
  • green value is 76;
  • blue value is 24.
RGB:
(244,76,24)
(96%,30%,9%)

RGB channels and saturation

R 244 of 255 = 96%
G 76 of 255 = 30%
B 24 of 255 = 9%

244
76
24

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

Portions of RGB colors in percentages

R + G + B =
244 + 76 + 24 = 344 (100%)
R 244 of 344 ~ 70.93%
G 76 of 344 ~ 22.09%
B 24 of 344 ~ 6.98%

%70.93
%22.09

CMYK color model

#F44C18 color CMYK value is (0,69,90,4).

  • cyan value is 0.00%
  • magenta value is 68.85%
  • yellow value is 90.16%
  • key color value is 4.31%
CMYK:
(0,69,90,4)
C0M69Y90K4 
(0%,69%,90%,4%)
(0.00/0.69/0.90/0.04)	

CMYK percentages

%0
%68.85
%90.16
%4.31

Codes

Color #F44C18 in popluar color models

F44C18
RGB2447624
HSL14°90.91%52.55%
HSB/HSV14°90.16%95.69%
CMYK0.00%68.85%90.16%
4.31%

Color #F44C18 in popluar number systems.

HEXF44C18
Decimal2447624
Binary11110100100110011000
Octal36411430

Shades and tints

Shades of #F44C18

#F44C18
(244,76,24)
#DE4616
(222,70,22)
#C84014
(200,64,20)
#B23A12
(178,58,18)
#9C3410
(156,52,16)
#862E0E
(134,46,14)
#70280C
(112,40,12)
#5A220A
(90,34,10)
#441C08
(68,28,8)
#2E1606
(46,22,6)
#181004
(24,16,4)
#000000
(0,0,0)

Tints of #F44C18

#F44C18
(244,76,24)
#F55C2D
(245,92,45)
#F66C42
(246,108,66)
#F77C57
(247,124,87)
#F88C6C
(248,140,108)
#F99C81
(249,156,129)
#FAAC96
(250,172,150)
#FBBCAB
(251,188,171)
#FCCCC0
(252,204,192)
#FDDCD5
(253,220,213)
#FEECEA
(254,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F44C18 color. Also use rgb(244,76,24) instead hex code.

Text Font Color

.myTextColor { color: #F44C18; }

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

This text font color is #F44C18.


Background Color

.myBgColor { background-color: #F44C18; }

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

This div background color is #F44C18.


Border color

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

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

This div border color is #F44C18.


Opacity

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

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

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

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

This text has shadow with #F44C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F44C18 on black background.


Color preview on white background

This text has color #F44C18 on white background.



Black color preview on #F44C18 background

This text has black color on #F44C18 background.


White color preview on #F44C18 background

This text has white color on #F44C18 background.