Shades of Red Orange #F24224
Tints of Red Orange #F24224
RGB
CMYK
RGB Variations
Color information
#F24224 (or 0xF24224) is known color: Red Orange. HEX triplet: F2, 42 and 24. RGB value is (242,66,36). Sum of RGB (Red+Green+Blue) = 242+66+36=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F24224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24224 is #0DBDDB. Grayscale: #737373. Windows color (decimal): -900572 or 2376434. OLE color: 2376434.
HSL color Cylindrical-coordinate representation of color #F24224: hue angle of 8.74º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F24224 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 36 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.05 |
| HSL | 8.74º | 0.89% | 0.55% | - |
| HSV(B) | 8.74º | 0.85% | 0.95% | - |
| XYZ | 38.88 | 22.9 | 4.04 | - |
| YUV | 115.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 36 | 0 | 0.73 | 0.85 | 0.05 | 8.74 | 0.89 | 0.55 |
| Hex | F2 | 42 | 24 | 0 | 49 | 55 | 5 | 9 | 59 | 37 |
| Octal | 362 | 102 | 44 | 0 | 111 | 125 | 5 | 11 | 131 | 67 |
| Binary | 11110010 | 1000010 | 100100 | 0 | 1001001 | 1010101 | 101 | 1001 | 1011001 | 110111 |
Color Harmonies of #F24224
Complementary color
Monochromatic Colors of #F24224
Black with #F24224
Text Example
Text Example
White with #F24224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24224; }
p { color: rgb(242,66,36); }
H1.HeaderClassName
{
color: #F24224;
}
.AnyTagClassName
{
color: #F24224;
}
</style>
background-color css
<style>
a { background-color: #F24224; }
a { background-color: rgb(242,66,36); }
div.DivClassName
{
background-color: #F24224;
}
.BgClassName
{
background-color: #F24224;
}
</style>
border-color css
<style>
span { border-color: #F24224; }
span { border-color: rgb(242,66,36); }
td.TdClassName
{
border-color: #F24224;
}
.TagClassName
{
border-color: #F24224;
}
</style>