COLOR #F24405

HEX: #F24405
RGB: (242,68,5)

Color info

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

RGB color model

#F24405 color RGB value is (242,68,5).

  • red value is 242;
  • green value is 68;
  • blue value is 5.
RGB:
(242,68,5)
(95%,27%,2%)

RGB channels and saturation

R 242 of 255 = 95%
G 68 of 255 = 27%
B 5 of 255 = 2%

242
68
5

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

Portions of RGB colors in percentages

R + G + B =
242 + 68 + 5 = 315 (100%)
R 242 of 315 ~ 76.83%
G 68 of 315 ~ 21.59%
B 5 of 315 ~ 1.59%

%76.83
%21.59

CMYK color model

#F24405 color CMYK value is (0,72,98,5).

  • cyan value is 0.00%
  • magenta value is 71.90%
  • yellow value is 97.93%
  • key color value is 5.10%
CMYK:
(0,72,98,5)
C0M72Y98K5 
(0%,72%,98%,5%)
(0.00/0.72/0.98/0.05)	

CMYK percentages

%0
%71.9
%97.93
%5.1

Codes

Color #F24405 in popluar color models

F24405
RGB242685
HSL16°95.95%48.43%
HSB/HSV16°97.93%94.90%
CMYK0.00%71.90%97.93%
5.10%

Color #F24405 in popluar number systems.

HEXF24405
Decimal242685
Binary111100101000100101
Octal3621045

Shades and tints

Shades of #F24405

#F24405
(242,68,5)
#DC3E05
(220,62,5)
#C63805
(198,56,5)
#B03205
(176,50,5)
#9A2C05
(154,44,5)
#842605
(132,38,5)
#6E2005
(110,32,5)
#581A05
(88,26,5)
#421405
(66,20,5)
#2C0E05
(44,14,5)
#160805
(22,8,5)
#000000
(0,0,0)

Tints of #F24405

#F24405
(242,68,5)
#F3551B
(243,85,27)
#F46631
(244,102,49)
#F57747
(245,119,71)
#F6885D
(246,136,93)
#F79973
(247,153,115)
#F8AA89
(248,170,137)
#F9BB9F
(249,187,159)
#FACCB5
(250,204,181)
#FBDDCB
(251,221,203)
#FCEEE1
(252,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F24405 color. Also use rgb(242,68,5) instead hex code.

Text Font Color

.myTextColor { color: #F24405; }

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

This text font color is #F24405.


Background Color

.myBgColor { background-color: #F24405; }

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

This div background color is #F24405.


Border color

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

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

This div border color is #F24405.


Opacity

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

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

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

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

This text has shadow with #F24405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F24405 on black background.


Color preview on white background

This text has color #F24405 on white background.



Black color preview on #F24405 background

This text has black color on #F24405 background.


White color preview on #F24405 background

This text has white color on #F24405 background.