COLOR #F4481A

HEX: #F4481A
RGB: (244,72,26)

Color info

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

RGB color model

#F4481A color RGB value is (244,72,26).

  • red value is 244;
  • green value is 72;
  • blue value is 26.
RGB:
(244,72,26)
(96%,28%,10%)

RGB channels and saturation

R 244 of 255 = 96%
G 72 of 255 = 28%
B 26 of 255 = 10%

244
72
26

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

Portions of RGB colors in percentages

R + G + B =
244 + 72 + 26 = 342 (100%)
R 244 of 342 ~ 71.35%
G 72 of 342 ~ 21.05%
B 26 of 342 ~ 7.6%

%71.35
%21.05

CMYK color model

#F4481A color CMYK value is (0,70,89,4).

  • cyan value is 0.00%
  • magenta value is 70.49%
  • yellow value is 89.34%
  • key color value is 4.31%
CMYK:
(0,70,89,4)
C0M70Y89K4 
(0%,70%,89%,4%)
(0.00/0.70/0.89/0.04)	

CMYK percentages

%0
%70.49
%89.34
%4.31

Codes

Color #F4481A in popluar color models

F4481A
RGB2447226
HSL13°90.83%52.94%
HSB/HSV13°89.34%95.69%
CMYK0.00%70.49%89.34%
4.31%

Color #F4481A in popluar number systems.

HEXF4481A
Decimal2447226
Binary11110100100100011010
Octal36411032

Shades and tints

Shades of #F4481A

#F4481A
(244,72,26)
#DE4218
(222,66,24)
#C83C16
(200,60,22)
#B23614
(178,54,20)
#9C3012
(156,48,18)
#862A10
(134,42,16)
#70240E
(112,36,14)
#5A1E0C
(90,30,12)
#44180A
(68,24,10)
#2E1208
(46,18,8)
#180C06
(24,12,6)
#000000
(0,0,0)

Tints of #F4481A

#F4481A
(244,72,26)
#F5582E
(245,88,46)
#F66842
(246,104,66)
#F77856
(247,120,86)
#F8886A
(248,136,106)
#F9987E
(249,152,126)
#FAA892
(250,168,146)
#FBB8A6
(251,184,166)
#FCC8BA
(252,200,186)
#FDD8CE
(253,216,206)
#FEE8E2
(254,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4481A color. Also use rgb(244,72,26) instead hex code.

Text Font Color

.myTextColor { color: #F4481A; }

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

This text font color is #F4481A.


Background Color

.myBgColor { background-color: #F4481A; }

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

This div background color is #F4481A.


Border color

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

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

This div border color is #F4481A.


Opacity

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

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

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

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

This text has shadow with #F4481A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4481A on black background.


Color preview on white background

This text has color #F4481A on white background.



Black color preview on #F4481A background

This text has black color on #F4481A background.


White color preview on #F4481A background

This text has white color on #F4481A background.