Shades of Orange Red #F24910
Tints of Orange Red #F24910
RGB
CMYK
RGB Variations
Color information
#F24910 (or 0xF24910) is known color: Orange Red. HEX triplet: F2, 49 and 10. RGB value is (242,73,16). Sum of RGB (Red+Green+Blue) = 242+73+16=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24910 is #0DB6EF. Grayscale: #757575. Windows color (decimal): -898800 or 1067506. OLE color: 1067506.
HSL color Cylindrical-coordinate representation of color #F24910: hue angle of 15.13º 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 #F24910 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.05 |
| HSL | 15.13º | 0.9% | 0.51% | - |
| HSV(B) | 15.13º | 0.93% | 0.95% | - |
| XYZ | 39.09 | 23.68 | 3 | - |
| YUV | 117.03 | 70.99 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 16 | 0 | 0.70 | 0.93 | 0.05 | 15.13 | 0.9 | 0.51 |
| Hex | F2 | 49 | 10 | 0 | 46 | 5D | 5 | F | 5A | 33 |
| Octal | 362 | 111 | 20 | 0 | 106 | 135 | 5 | 17 | 132 | 63 |
| Binary | 11110010 | 1001001 | 10000 | 0 | 1000110 | 1011101 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F24910
Complementary color
Monochromatic Colors of #F24910
Black with #F24910
Text Example
Text Example
White with #F24910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24910; }
p { color: rgb(242,73,16); }
H1.HeaderClassName
{
color: #F24910;
}
.AnyTagClassName
{
color: #F24910;
}
</style>
background-color css
<style>
a { background-color: #F24910; }
a { background-color: rgb(242,73,16); }
div.DivClassName
{
background-color: #F24910;
}
.BgClassName
{
background-color: #F24910;
}
</style>
border-color css
<style>
span { border-color: #F24910; }
span { border-color: rgb(242,73,16); }
td.TdClassName
{
border-color: #F24910;
}
.TagClassName
{
border-color: #F24910;
}
</style>