Shades of Orange Red #F24409
Tints of Orange Red #F24409
RGB
CMYK
RGB Variations
Color information
#F24409 (or 0xF24409) is known color: Orange Red. HEX triplet: F2, 44 and 09. RGB value is (242,68,9). Sum of RGB (Red+Green+Blue) = 242+68+9=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24409 is #0DBBF6. Grayscale: #717171. Windows color (decimal): -900087 or 607474. OLE color: 607474.
HSL color Cylindrical-coordinate representation of color #F24409: hue angle of 15.19º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F24409 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.05 |
| HSL | 15.19º | 0.93% | 0.49% | - |
| HSV(B) | 15.19º | 0.96% | 0.95% | - |
| XYZ | 38.73 | 23.03 | 2.66 | - |
| YUV | 113.3 | 69.15 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 9 | 0 | 0.72 | 0.96 | 0.05 | 15.19 | 0.93 | 0.49 |
| Hex | F2 | 44 | 9 | 0 | 48 | 60 | 5 | F | 5D | 31 |
| Octal | 362 | 104 | 11 | 0 | 110 | 140 | 5 | 17 | 135 | 61 |
| Binary | 11110010 | 1000100 | 1001 | 0 | 1001000 | 1100000 | 101 | 1111 | 1011101 | 110001 |
Color Harmonies of #F24409
Complementary color
Monochromatic Colors of #F24409
Black with #F24409
Text Example
Text Example
White with #F24409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24409; }
p { color: rgb(242,68,9); }
H1.HeaderClassName
{
color: #F24409;
}
.AnyTagClassName
{
color: #F24409;
}
</style>
background-color css
<style>
a { background-color: #F24409; }
a { background-color: rgb(242,68,9); }
div.DivClassName
{
background-color: #F24409;
}
.BgClassName
{
background-color: #F24409;
}
</style>
border-color css
<style>
span { border-color: #F24409; }
span { border-color: rgb(242,68,9); }
td.TdClassName
{
border-color: #F24409;
}
.TagClassName
{
border-color: #F24409;
}
</style>