Shades of Orange Red #F24311
Tints of Orange Red #F24311
RGB
CMYK
RGB Variations
Color information
#F24311 (or 0xF24311) is known color: Orange Red. HEX triplet: F2, 43 and 11. RGB value is (242,67,17). Sum of RGB (Red+Green+Blue) = 242+67+17=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24311 is #0DBCEE. Grayscale: #727272. Windows color (decimal): -900335 or 1131506. OLE color: 1131506.
HSL color Cylindrical-coordinate representation of color #F24311: hue angle of 13.33º 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 #F24311 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 17 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.05 |
| HSL | 13.33º | 0.9% | 0.51% | - |
| HSV(B) | 13.33º | 0.93% | 0.95% | - |
| XYZ | 38.73 | 22.93 | 2.92 | - |
| YUV | 113.63 | 73.48 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 17 | 0 | 0.72 | 0.93 | 0.05 | 13.33 | 0.9 | 0.51 |
| Hex | F2 | 43 | 11 | 0 | 48 | 5D | 5 | D | 5A | 33 |
| Octal | 362 | 103 | 21 | 0 | 110 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000011 | 10001 | 0 | 1001000 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24311
Complementary color
Monochromatic Colors of #F24311
Black with #F24311
Text Example
Text Example
White with #F24311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24311; }
p { color: rgb(242,67,17); }
H1.HeaderClassName
{
color: #F24311;
}
.AnyTagClassName
{
color: #F24311;
}
</style>
background-color css
<style>
a { background-color: #F24311; }
a { background-color: rgb(242,67,17); }
div.DivClassName
{
background-color: #F24311;
}
.BgClassName
{
background-color: #F24311;
}
</style>
border-color css
<style>
span { border-color: #F24311; }
span { border-color: rgb(242,67,17); }
td.TdClassName
{
border-color: #F24311;
}
.TagClassName
{
border-color: #F24311;
}
</style>