Shades of Red Orange #F24020
Tints of Red Orange #F24020
RGB
CMYK
RGB Variations
Color information
#F24020 (or 0xF24020) is known color: Red Orange. HEX triplet: F2, 40 and 20. RGB value is (242,64,32). Sum of RGB (Red+Green+Blue) = 242+64+32=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F24020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24020 is #0DBFDF. Grayscale: #717171. Windows color (decimal): -901088 or 2113778. OLE color: 2113778.
HSL color Cylindrical-coordinate representation of color #F24020: hue angle of 9.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F24020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.05 |
| HSL | 9.14º | 0.89% | 0.54% | - |
| HSV(B) | 9.14º | 0.87% | 0.95% | - |
| XYZ | 38.71 | 22.65 | 3.7 | - |
| YUV | 113.57 | 81.97 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 32 | 0 | 0.74 | 0.87 | 0.05 | 9.14 | 0.89 | 0.54 |
| Hex | F2 | 40 | 20 | 0 | 4A | 57 | 5 | 9 | 59 | 36 |
| Octal | 362 | 100 | 40 | 0 | 112 | 127 | 5 | 11 | 131 | 66 |
| Binary | 11110010 | 1000000 | 100000 | 0 | 1001010 | 1010111 | 101 | 1001 | 1011001 | 110110 |
Color Harmonies of #F24020
Complementary color
Monochromatic Colors of #F24020
Black with #F24020
Text Example
Text Example
White with #F24020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24020; }
p { color: rgb(242,64,32); }
H1.HeaderClassName
{
color: #F24020;
}
.AnyTagClassName
{
color: #F24020;
}
</style>
background-color css
<style>
a { background-color: #F24020; }
a { background-color: rgb(242,64,32); }
div.DivClassName
{
background-color: #F24020;
}
.BgClassName
{
background-color: #F24020;
}
</style>
border-color css
<style>
span { border-color: #F24020; }
span { border-color: rgb(242,64,32); }
td.TdClassName
{
border-color: #F24020;
}
.TagClassName
{
border-color: #F24020;
}
</style>