Shades of Orange Red #F24014
Tints of Orange Red #F24014
RGB
CMYK
RGB Variations
Color information
#F24014 (or 0xF24014) is known color: Orange Red. HEX triplet: F2, 40 and 14. RGB value is (242,64,20). Sum of RGB (Red+Green+Blue) = 242+64+20=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24014 is #0DBFEB. Grayscale: #707070. Windows color (decimal): -901100 or 1327346. OLE color: 1327346.
HSL color Cylindrical-coordinate representation of color #F24014: hue angle of 11.89º 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 #F24014 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 20 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.05 |
| HSL | 11.89º | 0.9% | 0.51% | - |
| HSV(B) | 11.89º | 0.92% | 0.95% | - |
| XYZ | 38.58 | 22.59 | 2.99 | - |
| YUV | 112.21 | 75.97 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 20 | 0 | 0.74 | 0.92 | 0.05 | 11.89 | 0.9 | 0.51 |
| Hex | F2 | 40 | 14 | 0 | 4A | 5C | 5 | C | 5A | 33 |
| Octal | 362 | 100 | 24 | 0 | 112 | 134 | 5 | 14 | 132 | 63 |
| Binary | 11110010 | 1000000 | 10100 | 0 | 1001010 | 1011100 | 101 | 1100 | 1011010 | 110011 |
Color Harmonies of #F24014
Complementary color
Monochromatic Colors of #F24014
Black with #F24014
Text Example
Text Example
White with #F24014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24014; }
p { color: rgb(242,64,20); }
H1.HeaderClassName
{
color: #F24014;
}
.AnyTagClassName
{
color: #F24014;
}
</style>
background-color css
<style>
a { background-color: #F24014; }
a { background-color: rgb(242,64,20); }
div.DivClassName
{
background-color: #F24014;
}
.BgClassName
{
background-color: #F24014;
}
</style>
border-color css
<style>
span { border-color: #F24014; }
span { border-color: rgb(242,64,20); }
td.TdClassName
{
border-color: #F24014;
}
.TagClassName
{
border-color: #F24014;
}
</style>