Shades of Orange Red #F04609
Tints of Orange Red #F04609
RGB
CMYK
RGB Variations
Color information
#F04609 (or 0xF04609) is known color: Orange Red. HEX triplet: F0, 46 and 09. RGB value is (240,70,9). Sum of RGB (Red+Green+Blue) = 240+70+9=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F04609 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04609 is #0FB9F6. Grayscale: #727272. Windows color (decimal): -1030647 or 607984. OLE color: 607984.
HSL color Cylindrical-coordinate representation of color #F04609: hue angle of 15.84º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F04609 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.06 |
| HSL | 15.84º | 0.93% | 0.49% | - |
| HSV(B) | 15.84º | 0.96% | 0.94% | - |
| XYZ | 38.17 | 22.93 | 2.67 | - |
| YUV | 113.88 | 68.82 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 9 | 0 | 0.71 | 0.96 | 0.06 | 15.84 | 0.93 | 0.49 |
| Hex | F0 | 46 | 9 | 0 | 47 | 60 | 6 | 10 | 5D | 31 |
| Octal | 360 | 106 | 11 | 0 | 107 | 140 | 6 | 20 | 135 | 61 |
| Binary | 11110000 | 1000110 | 1001 | 0 | 1000111 | 1100000 | 110 | 10000 | 1011101 | 110001 |
Color Harmonies of #F04609
Complementary color
Monochromatic Colors of #F04609
Black with #F04609
Text Example
Text Example
White with #F04609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04609; }
p { color: rgb(240,70,9); }
H1.HeaderClassName
{
color: #F04609;
}
.AnyTagClassName
{
color: #F04609;
}
</style>
background-color css
<style>
a { background-color: #F04609; }
a { background-color: rgb(240,70,9); }
div.DivClassName
{
background-color: #F04609;
}
.BgClassName
{
background-color: #F04609;
}
</style>
border-color css
<style>
span { border-color: #F04609; }
span { border-color: rgb(240,70,9); }
td.TdClassName
{
border-color: #F04609;
}
.TagClassName
{
border-color: #F04609;
}
</style>