Shades of Orange Red #F24313
Tints of Orange Red #F24313
RGB
CMYK
RGB Variations
Color information
#F24313 (or 0xF24313) is known color: Orange Red. HEX triplet: F2, 43 and 13. RGB value is (242,67,19). Sum of RGB (Red+Green+Blue) = 242+67+19=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F24313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24313 is #0DBCEC. Grayscale: #727272. Windows color (decimal): -900333 or 1262578. OLE color: 1262578.
HSL color Cylindrical-coordinate representation of color #F24313: hue angle of 12.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F24313 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.05 |
| HSL | 12.91º | 0.9% | 0.51% | - |
| HSV(B) | 12.91º | 0.92% | 0.95% | - |
| XYZ | 38.74 | 22.94 | 3 | - |
| YUV | 113.85 | 74.48 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 19 | 0 | 0.72 | 0.92 | 0.05 | 12.91 | 0.9 | 0.51 |
| Hex | F2 | 43 | 13 | 0 | 48 | 5C | 5 | D | 5A | 33 |
| Octal | 362 | 103 | 23 | 0 | 110 | 134 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000011 | 10011 | 0 | 1001000 | 1011100 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24313
Complementary color
Monochromatic Colors of #F24313
Black with #F24313
Text Example
Text Example
White with #F24313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24313; }
p { color: rgb(242,67,19); }
H1.HeaderClassName
{
color: #F24313;
}
.AnyTagClassName
{
color: #F24313;
}
</style>
background-color css
<style>
a { background-color: #F24313; }
a { background-color: rgb(242,67,19); }
div.DivClassName
{
background-color: #F24313;
}
.BgClassName
{
background-color: #F24313;
}
</style>
border-color css
<style>
span { border-color: #F24313; }
span { border-color: rgb(242,67,19); }
td.TdClassName
{
border-color: #F24313;
}
.TagClassName
{
border-color: #F24313;
}
</style>