Shades of Orange Red #F24312
Tints of Orange Red #F24312
RGB
CMYK
RGB Variations
Color information
#F24312 (or 0xF24312) is known color: Orange Red. HEX triplet: F2, 43 and 12. RGB value is (242,67,18). Sum of RGB (Red+Green+Blue) = 242+67+18=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F24312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24312 is #0DBCED. Grayscale: #727272. Windows color (decimal): -900334 or 1197042. OLE color: 1197042.
HSL color Cylindrical-coordinate representation of color #F24312: hue angle of 13.12º 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 #F24312 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.05 |
| HSL | 13.13º | 0.9% | 0.51% | - |
| HSV(B) | 13.13º | 0.93% | 0.95% | - |
| XYZ | 38.73 | 22.94 | 2.96 | - |
| YUV | 113.74 | 73.98 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 18 | 0 | 0.72 | 0.93 | 0.05 | 13.13 | 0.9 | 0.51 |
| Hex | F2 | 43 | 12 | 0 | 48 | 5D | 5 | D | 5A | 33 |
| Octal | 362 | 103 | 22 | 0 | 110 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000011 | 10010 | 0 | 1001000 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24312
Complementary color
Monochromatic Colors of #F24312
Black with #F24312
Text Example
Text Example
White with #F24312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24312; }
p { color: rgb(242,67,18); }
H1.HeaderClassName
{
color: #F24312;
}
.AnyTagClassName
{
color: #F24312;
}
</style>
background-color css
<style>
a { background-color: #F24312; }
a { background-color: rgb(242,67,18); }
div.DivClassName
{
background-color: #F24312;
}
.BgClassName
{
background-color: #F24312;
}
</style>
border-color css
<style>
span { border-color: #F24312; }
span { border-color: rgb(242,67,18); }
td.TdClassName
{
border-color: #F24312;
}
.TagClassName
{
border-color: #F24312;
}
</style>