Shades of Orange Red #F24418
Tints of Orange Red #F24418
RGB
CMYK
RGB Variations
Color information
#F24418 (or 0xF24418) is known color: Orange Red. HEX triplet: F2, 44 and 18. RGB value is (242,68,24). Sum of RGB (Red+Green+Blue) = 242+68+24=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F24418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24418 is #0DBBE7. Grayscale: #737373. Windows color (decimal): -900072 or 1590514. OLE color: 1590514.
HSL color Cylindrical-coordinate representation of color #F24418: hue angle of 12.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24418 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.05 |
| HSL | 12.11º | 0.89% | 0.52% | - |
| HSV(B) | 12.11º | 0.9% | 0.95% | - |
| XYZ | 38.85 | 23.08 | 3.27 | - |
| YUV | 115.01 | 76.65 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 24 | 0 | 0.72 | 0.90 | 0.05 | 12.11 | 0.89 | 0.52 |
| Hex | F2 | 44 | 18 | 0 | 48 | 5A | 5 | C | 59 | 34 |
| Octal | 362 | 104 | 30 | 0 | 110 | 132 | 5 | 14 | 131 | 64 |
| Binary | 11110010 | 1000100 | 11000 | 0 | 1001000 | 1011010 | 101 | 1100 | 1011001 | 110100 |
Color Harmonies of #F24418
Complementary color
Monochromatic Colors of #F24418
Black with #F24418
Text Example
Text Example
White with #F24418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24418; }
p { color: rgb(242,68,24); }
H1.HeaderClassName
{
color: #F24418;
}
.AnyTagClassName
{
color: #F24418;
}
</style>
background-color css
<style>
a { background-color: #F24418; }
a { background-color: rgb(242,68,24); }
div.DivClassName
{
background-color: #F24418;
}
.BgClassName
{
background-color: #F24418;
}
</style>
border-color css
<style>
span { border-color: #F24418; }
span { border-color: rgb(242,68,24); }
td.TdClassName
{
border-color: #F24418;
}
.TagClassName
{
border-color: #F24418;
}
</style>