COLOR #F24D30

HEX: #F24D30
RGB: (242,77,48)

Color info

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

RGB color model

#F24D30 color RGB value is (242,77,48).

  • red value is 242;
  • green value is 77;
  • blue value is 48.
RGB:
(242,77,48)
(95%,30%,19%)

RGB channels and saturation

R 242 of 255 = 95%
G 77 of 255 = 30%
B 48 of 255 = 19%

242
77
48

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

Portions of RGB colors in percentages

R + G + B =
242 + 77 + 48 = 367 (100%)
R 242 of 367 ~ 65.94%
G 77 of 367 ~ 20.98%
B 48 of 367 ~ 13.08%

%65.94
%20.98
%13.08

CMYK color model

#F24D30 color CMYK value is (0,68,80,5).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 80.17%
  • key color value is 5.10%
CMYK:
(0,68,80,5)
C0M68Y80K5 
(0%,68%,80%,5%)
(0.00/0.68/0.80/0.05)	

CMYK percentages

%0
%68.18
%80.17
%5.1

Codes

Color #F24D30 in popluar color models

F24D30
RGB2427748
HSL88.18%56.86%
HSB/HSV80.17%94.90%
CMYK0.00%68.18%80.17%
5.10%

Color #F24D30 in popluar number systems.

HEXF24D30
Decimal2427748
Binary111100101001101110000
Octal36211560

Shades and tints

Shades of #F24D30

#F24D30
(242,77,48)
#DC462C
(220,70,44)
#C63F28
(198,63,40)
#B03824
(176,56,36)
#9A3120
(154,49,32)
#842A1C
(132,42,28)
#6E2318
(110,35,24)
#581C14
(88,28,20)
#421510
(66,21,16)
#2C0E0C
(44,14,12)
#160708
(22,7,8)
#000000
(0,0,0)

Tints of #F24D30

#F24D30
(242,77,48)
#F35D42
(243,93,66)
#F46D54
(244,109,84)
#F57D66
(245,125,102)
#F68D78
(246,141,120)
#F79D8A
(247,157,138)
#F8AD9C
(248,173,156)
#F9BDAE
(249,189,174)
#FACDC0
(250,205,192)
#FBDDD2
(251,221,210)
#FCEDE4
(252,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24D30 color. Also use rgb(242,77,48) instead hex code.

Text Font Color

.myTextColor { color: #F24D30; }

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

This text font color is #F24D30.


Background Color

.myBgColor { background-color: #F24D30; }

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

This div background color is #F24D30.


Border color

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

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

This div border color is #F24D30.


Opacity

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

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

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

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

This text has shadow with #F24D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24D30 on black background.


Color preview on white background

This text has color #F24D30 on white background.



Black color preview on #F24D30 background

This text has black color on #F24D30 background.


White color preview on #F24D30 background

This text has white color on #F24D30 background.