Shades of Orange Red #F24414
Tints of Orange Red #F24414
RGB
CMYK
RGB Variations
Color information
#F24414 (or 0xF24414) is known color: Orange Red. HEX triplet: F2, 44 and 14. RGB value is (242,68,20). Sum of RGB (Red+Green+Blue) = 242+68+20=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24414 is #0DBBEB. Grayscale: #727272. Windows color (decimal): -900076 or 1328370. OLE color: 1328370.
HSL color Cylindrical-coordinate representation of color #F24414: hue angle of 12.97º 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 #F24414 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 20 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.05 |
| HSL | 12.97º | 0.9% | 0.51% | - |
| HSV(B) | 12.97º | 0.92% | 0.95% | - |
| XYZ | 38.81 | 23.06 | 3.07 | - |
| YUV | 114.55 | 74.65 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 20 | 0 | 0.72 | 0.92 | 0.05 | 12.97 | 0.9 | 0.51 |
| Hex | F2 | 44 | 14 | 0 | 48 | 5C | 5 | D | 5A | 33 |
| Octal | 362 | 104 | 24 | 0 | 110 | 134 | 5 | 15 | 132 | 63 |
| Binary | 11110010 | 1000100 | 10100 | 0 | 1001000 | 1011100 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F24414
Complementary color
Monochromatic Colors of #F24414
Black with #F24414
Text Example
Text Example
White with #F24414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24414; }
p { color: rgb(242,68,20); }
H1.HeaderClassName
{
color: #F24414;
}
.AnyTagClassName
{
color: #F24414;
}
</style>
background-color css
<style>
a { background-color: #F24414; }
a { background-color: rgb(242,68,20); }
div.DivClassName
{
background-color: #F24414;
}
.BgClassName
{
background-color: #F24414;
}
</style>
border-color css
<style>
span { border-color: #F24414; }
span { border-color: rgb(242,68,20); }
td.TdClassName
{
border-color: #F24414;
}
.TagClassName
{
border-color: #F24414;
}
</style>