Shades of Orange Red #F04509
Tints of Orange Red #F04509
RGB
CMYK
RGB Variations
Color information
#F04509 (or 0xF04509) is known color: Orange Red. HEX triplet: F0, 45 and 09. RGB value is (240,69,9). Sum of RGB (Red+Green+Blue) = 240+69+9=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F04509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04509 is #0FBAF6. Grayscale: #717171. Windows color (decimal): -1030903 or 607728. OLE color: 607728.
HSL color Cylindrical-coordinate representation of color #F04509: hue angle of 15.58º 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 #F04509 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.06 |
| HSL | 15.58º | 0.93% | 0.49% | - |
| HSV(B) | 15.58º | 0.96% | 0.94% | - |
| XYZ | 38.11 | 22.8 | 2.65 | - |
| YUV | 113.29 | 69.15 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 9 | 0 | 0.71 | 0.96 | 0.06 | 15.58 | 0.93 | 0.49 |
| Hex | F0 | 45 | 9 | 0 | 47 | 60 | 6 | 10 | 5D | 31 |
| Octal | 360 | 105 | 11 | 0 | 107 | 140 | 6 | 20 | 135 | 61 |
| Binary | 11110000 | 1000101 | 1001 | 0 | 1000111 | 1100000 | 110 | 10000 | 1011101 | 110001 |
Color Harmonies of #F04509
Complementary color
Monochromatic Colors of #F04509
Black with #F04509
Text Example
Text Example
White with #F04509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04509; }
p { color: rgb(240,69,9); }
H1.HeaderClassName
{
color: #F04509;
}
.AnyTagClassName
{
color: #F04509;
}
</style>
background-color css
<style>
a { background-color: #F04509; }
a { background-color: rgb(240,69,9); }
div.DivClassName
{
background-color: #F04509;
}
.BgClassName
{
background-color: #F04509;
}
</style>
border-color css
<style>
span { border-color: #F04509; }
span { border-color: rgb(240,69,9); }
td.TdClassName
{
border-color: #F04509;
}
.TagClassName
{
border-color: #F04509;
}
</style>