Shades of Orange Red #F24007
Tints of Orange Red #F24007
RGB
CMYK
RGB Variations
Color information
#F24007 (or 0xF24007) is known color: Orange Red. HEX triplet: F2, 40 and 07. RGB value is (242,64,7). Sum of RGB (Red+Green+Blue) = 242+64+7=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F24007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24007 is #0DBFF8. Grayscale: #6F6F6F. Windows color (decimal): -901113 or 475378. OLE color: 475378.
HSL color Cylindrical-coordinate representation of color #F24007: hue angle of 14.55º 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 #F24007 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.05 |
| HSL | 14.55º | 0.94% | 0.49% | - |
| HSV(B) | 14.55º | 0.97% | 0.95% | - |
| XYZ | 38.49 | 22.56 | 2.53 | - |
| YUV | 110.72 | 69.47 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 7 | 0 | 0.74 | 0.97 | 0.05 | 14.55 | 0.94 | 0.49 |
| Hex | F2 | 40 | 7 | 0 | 4A | 61 | 5 | F | 5E | 31 |
| Octal | 362 | 100 | 7 | 0 | 112 | 141 | 5 | 17 | 136 | 61 |
| Binary | 11110010 | 1000000 | 111 | 0 | 1001010 | 1100001 | 101 | 1111 | 1011110 | 110001 |
Color Harmonies of #F24007
Complementary color
Monochromatic Colors of #F24007
Black with #F24007
Text Example
Text Example
White with #F24007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24007; }
p { color: rgb(242,64,7); }
H1.HeaderClassName
{
color: #F24007;
}
.AnyTagClassName
{
color: #F24007;
}
</style>
background-color css
<style>
a { background-color: #F24007; }
a { background-color: rgb(242,64,7); }
div.DivClassName
{
background-color: #F24007;
}
.BgClassName
{
background-color: #F24007;
}
</style>
border-color css
<style>
span { border-color: #F24007; }
span { border-color: rgb(242,64,7); }
td.TdClassName
{
border-color: #F24007;
}
.TagClassName
{
border-color: #F24007;
}
</style>