Shades of Orange Red #F24010
Tints of Orange Red #F24010
RGB
CMYK
RGB Variations
Color information
#F24010 (or 0xF24010) is known color: Orange Red. HEX triplet: F2, 40 and 10. RGB value is (242,64,16). Sum of RGB (Red+Green+Blue) = 242+64+16=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F24010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24010 is #0DBFEF. Grayscale: #707070. Windows color (decimal): -901104 or 1065202. OLE color: 1065202.
HSL color Cylindrical-coordinate representation of color #F24010: hue angle of 12.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F24010 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.05 |
| HSL | 12.74º | 0.9% | 0.51% | - |
| HSV(B) | 12.74º | 0.93% | 0.95% | - |
| XYZ | 38.54 | 22.58 | 2.82 | - |
| YUV | 111.75 | 73.97 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 16 | 0 | 0.74 | 0.93 | 0.05 | 12.74 | 0.9 | 0.51 |
| Hex | F2 | 40 | 10 | 0 | 4A | 5D | 5 | D | 5A | 33 |
| Octal | 362 | 100 | 20 | 0 | 112 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000000 | 10000 | 0 | 1001010 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24010
Complementary color
Monochromatic Colors of #F24010
Black with #F24010
Text Example
Text Example
White with #F24010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24010; }
p { color: rgb(242,64,16); }
H1.HeaderClassName
{
color: #F24010;
}
.AnyTagClassName
{
color: #F24010;
}
</style>
background-color css
<style>
a { background-color: #F24010; }
a { background-color: rgb(242,64,16); }
div.DivClassName
{
background-color: #F24010;
}
.BgClassName
{
background-color: #F24010;
}
</style>
border-color css
<style>
span { border-color: #F24010; }
span { border-color: rgb(242,64,16); }
td.TdClassName
{
border-color: #F24010;
}
.TagClassName
{
border-color: #F24010;
}
</style>