Shades of Orange Red #F24511
Tints of Orange Red #F24511
RGB
CMYK
RGB Variations
Color information
#F24511 (or 0xF24511) is known color: Orange Red. HEX triplet: F2, 45 and 11. RGB value is (242,69,17). Sum of RGB (Red+Green+Blue) = 242+69+17=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F24511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24511 is #0DBAEE. Grayscale: #737373. Windows color (decimal): -899823 or 1132018. OLE color: 1132018.
HSL color Cylindrical-coordinate representation of color #F24511: hue angle of 13.87º 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 #F24511 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 13.87º | 0.9% | 0.51% | - |
| HSV(B) | 13.87º | 0.93% | 0.95% | - |
| XYZ | 38.85 | 23.17 | 2.96 | - |
| YUV | 114.8 | 72.81 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 17 | 0 | 0.71 | 0.93 | 0.05 | 13.87 | 0.9 | 0.51 |
| Hex | F2 | 45 | 11 | 0 | 47 | 5D | 5 | E | 5A | 33 |
| Octal | 362 | 105 | 21 | 0 | 107 | 135 | 5 | 16 | 132 | 63 |
| Binary | 11110010 | 1000101 | 10001 | 0 | 1000111 | 1011101 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F24511
Complementary color
Monochromatic Colors of #F24511
Black with #F24511
Text Example
Text Example
White with #F24511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24511; }
p { color: rgb(242,69,17); }
H1.HeaderClassName
{
color: #F24511;
}
.AnyTagClassName
{
color: #F24511;
}
</style>
background-color css
<style>
a { background-color: #F24511; }
a { background-color: rgb(242,69,17); }
div.DivClassName
{
background-color: #F24511;
}
.BgClassName
{
background-color: #F24511;
}
</style>
border-color css
<style>
span { border-color: #F24511; }
span { border-color: rgb(242,69,17); }
td.TdClassName
{
border-color: #F24511;
}
.TagClassName
{
border-color: #F24511;
}
</style>