Shades of Orange Red #F24609
Tints of Orange Red #F24609
RGB
CMYK
RGB Variations
Color information
#F24609 (or 0xF24609) is known color: Orange Red. HEX triplet: F2, 46 and 09. RGB value is (242,70,9). Sum of RGB (Red+Green+Blue) = 242+70+9=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F24609 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24609 is #0DB9F6. Grayscale: #727272. Windows color (decimal): -899575 or 607986. OLE color: 607986.
HSL color Cylindrical-coordinate representation of color #F24609: hue angle of 15.71º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F24609 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.05 |
| HSL | 15.71º | 0.93% | 0.49% | - |
| HSV(B) | 15.71º | 0.96% | 0.95% | - |
| XYZ | 38.86 | 23.28 | 2.7 | - |
| YUV | 114.47 | 68.48 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 9 | 0 | 0.71 | 0.96 | 0.05 | 15.71 | 0.93 | 0.49 |
| Hex | F2 | 46 | 9 | 0 | 47 | 60 | 5 | 10 | 5D | 31 |
| Octal | 362 | 106 | 11 | 0 | 107 | 140 | 5 | 20 | 135 | 61 |
| Binary | 11110010 | 1000110 | 1001 | 0 | 1000111 | 1100000 | 101 | 10000 | 1011101 | 110001 |
Color Harmonies of #F24609
Complementary color
Monochromatic Colors of #F24609
Black with #F24609
Text Example
Text Example
White with #F24609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24609; }
p { color: rgb(242,70,9); }
H1.HeaderClassName
{
color: #F24609;
}
.AnyTagClassName
{
color: #F24609;
}
</style>
background-color css
<style>
a { background-color: #F24609; }
a { background-color: rgb(242,70,9); }
div.DivClassName
{
background-color: #F24609;
}
.BgClassName
{
background-color: #F24609;
}
</style>
border-color css
<style>
span { border-color: #F24609; }
span { border-color: rgb(242,70,9); }
td.TdClassName
{
border-color: #F24609;
}
.TagClassName
{
border-color: #F24609;
}
</style>