COLOR #F4502A

HEX: #F4502A
RGB: (244,80,42)

Color info

#F4502A contains mainly red color. Web safe color of #F4502A is #FF6633 (or #F63).

RGB color model

#F4502A color RGB value is (244,80,42).

  • red value is 244;
  • green value is 80;
  • blue value is 42.
RGB:
(244,80,42)
(96%,31%,16%)

RGB channels and saturation

R 244 of 255 = 96%
G 80 of 255 = 31%
B 42 of 255 = 16%

244
80
42

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

Portions of RGB colors in percentages

R + G + B =
244 + 80 + 42 = 366 (100%)
R 244 of 366 ~ 66.67%
G 80 of 366 ~ 21.86%
B 42 of 366 ~ 11.48%

%66.67
%21.86
%11.48

CMYK color model

#F4502A color CMYK value is (0,67,83,4).

  • cyan value is 0.00%
  • magenta value is 67.21%
  • yellow value is 82.79%
  • key color value is 4.31%
CMYK:
(0,67,83,4)
C0M67Y83K4 
(0%,67%,83%,4%)
(0.00/0.67/0.83/0.04)	

CMYK percentages

%0
%67.21
%82.79
%4.31

Codes

Color #F4502A in popluar color models

F4502A
RGB2448042
HSL11°90.18%56.08%
HSB/HSV11°82.79%95.69%
CMYK0.00%67.21%82.79%
4.31%

Color #F4502A in popluar number systems.

HEXF4502A
Decimal2448042
Binary111101001010000101010
Octal36412052

Shades and tints

Shades of #F4502A

#F4502A
(244,80,42)
#DE4927
(222,73,39)
#C84224
(200,66,36)
#B23B21
(178,59,33)
#9C341E
(156,52,30)
#862D1B
(134,45,27)
#702618
(112,38,24)
#5A1F15
(90,31,21)
#441812
(68,24,18)
#2E110F
(46,17,15)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #F4502A

#F4502A
(244,80,42)
#F55F3D
(245,95,61)
#F66E50
(246,110,80)
#F77D63
(247,125,99)
#F88C76
(248,140,118)
#F99B89
(249,155,137)
#FAAA9C
(250,170,156)
#FBB9AF
(251,185,175)
#FCC8C2
(252,200,194)
#FDD7D5
(253,215,213)
#FEE6E8
(254,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4502A color. Also use rgb(244,80,42) instead hex code.

Text Font Color

.myTextColor { color: #F4502A; }

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

This text font color is #F4502A.


Background Color

.myBgColor { background-color: #F4502A; }

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

This div background color is #F4502A.


Border color

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

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

This div border color is #F4502A.


Opacity

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

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

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

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

This text has shadow with #F4502A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4502A on black background.


Color preview on white background

This text has color #F4502A on white background.



Black color preview on #F4502A background

This text has black color on #F4502A background.


White color preview on #F4502A background

This text has white color on #F4502A background.