Shades of Orange Red #F24711
Tints of Orange Red #F24711
RGB
CMYK
RGB Variations
Color information
#F24711 (or 0xF24711) is known color: Orange Red. HEX triplet: F2, 47 and 11. RGB value is (242,71,17). Sum of RGB (Red+Green+Blue) = 242+71+17=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24711 is #0DB8EE. Grayscale: #747474. Windows color (decimal): -899311 or 1132530. OLE color: 1132530.
HSL color Cylindrical-coordinate representation of color #F24711: hue angle of 14.4º 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 #F24711 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.4º | 0.9% | 0.51% | - |
| HSV(B) | 14.4º | 0.93% | 0.95% | - |
| XYZ | 38.97 | 23.42 | 3 | - |
| YUV | 115.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 17 | 0 | 0.71 | 0.93 | 0.05 | 14.4 | 0.9 | 0.51 |
| Hex | F2 | 47 | 11 | 0 | 47 | 5D | 5 | E | 5A | 33 |
| Octal | 362 | 107 | 21 | 0 | 107 | 135 | 5 | 16 | 132 | 63 |
| Binary | 11110010 | 1000111 | 10001 | 0 | 1000111 | 1011101 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F24711
Complementary color
Monochromatic Colors of #F24711
Black with #F24711
Text Example
Text Example
White with #F24711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24711; }
p { color: rgb(242,71,17); }
H1.HeaderClassName
{
color: #F24711;
}
.AnyTagClassName
{
color: #F24711;
}
</style>
background-color css
<style>
a { background-color: #F24711; }
a { background-color: rgb(242,71,17); }
div.DivClassName
{
background-color: #F24711;
}
.BgClassName
{
background-color: #F24711;
}
</style>
border-color css
<style>
span { border-color: #F24711; }
span { border-color: rgb(242,71,17); }
td.TdClassName
{
border-color: #F24711;
}
.TagClassName
{
border-color: #F24711;
}
</style>