Shades of Orange Red #F24008
Tints of Orange Red #F24008
RGB
CMYK
RGB Variations
Color information
#F24008 (or 0xF24008) is known color: Orange Red. HEX triplet: F2, 40 and 08. RGB value is (242,64,8). Sum of RGB (Red+Green+Blue) = 242+64+8=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F24008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24008 is #0DBFF7. Grayscale: #6F6F6F. Windows color (decimal): -901112 or 540914. OLE color: 540914.
HSL color Cylindrical-coordinate representation of color #F24008: hue angle of 14.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F24008 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.05 |
| HSL | 14.36º | 0.94% | 0.49% | - |
| HSV(B) | 14.36º | 0.97% | 0.95% | - |
| XYZ | 38.5 | 22.56 | 2.56 | - |
| YUV | 110.84 | 69.97 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 8 | 0 | 0.74 | 0.97 | 0.05 | 14.36 | 0.94 | 0.49 |
| Hex | F2 | 40 | 8 | 0 | 4A | 61 | 5 | E | 5E | 31 |
| Octal | 362 | 100 | 10 | 0 | 112 | 141 | 5 | 16 | 136 | 61 |
| Binary | 11110010 | 1000000 | 1000 | 0 | 1001010 | 1100001 | 101 | 1110 | 1011110 | 110001 |
Color Harmonies of #F24008
Complementary color
Monochromatic Colors of #F24008
Black with #F24008
Text Example
Text Example
White with #F24008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24008; }
p { color: rgb(242,64,8); }
H1.HeaderClassName
{
color: #F24008;
}
.AnyTagClassName
{
color: #F24008;
}
</style>
background-color css
<style>
a { background-color: #F24008; }
a { background-color: rgb(242,64,8); }
div.DivClassName
{
background-color: #F24008;
}
.BgClassName
{
background-color: #F24008;
}
</style>
border-color css
<style>
span { border-color: #F24008; }
span { border-color: rgb(242,64,8); }
td.TdClassName
{
border-color: #F24008;
}
.TagClassName
{
border-color: #F24008;
}
</style>