Shades of Orange Red #F04617
Tints of Orange Red #F04617
RGB
CMYK
RGB Variations
Color information
#F04617 (or 0xF04617) is known color: Orange Red. HEX triplet: F0, 46 and 17. RGB value is (240,70,23). Sum of RGB (Red+Green+Blue) = 240+70+23=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04617 is #0FB9E8. Grayscale: #737373. Windows color (decimal): -1030633 or 1525488. OLE color: 1525488.
HSL color Cylindrical-coordinate representation of color #F04617: hue angle of 13º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04617 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.06 |
| HSL | 13º | 0.88% | 0.52% | - |
| HSV(B) | 13º | 0.9% | 0.94% | - |
| XYZ | 38.28 | 22.97 | 3.23 | - |
| YUV | 115.47 | 75.82 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 23 | 0 | 0.71 | 0.90 | 0.06 | 13 | 0.88 | 0.52 |
| Hex | F0 | 46 | 17 | 0 | 47 | 5A | 6 | D | 58 | 34 |
| Octal | 360 | 106 | 27 | 0 | 107 | 132 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1000110 | 10111 | 0 | 1000111 | 1011010 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04617
Complementary color
Monochromatic Colors of #F04617
Black with #F04617
Text Example
Text Example
White with #F04617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04617; }
p { color: rgb(240,70,23); }
H1.HeaderClassName
{
color: #F04617;
}
.AnyTagClassName
{
color: #F04617;
}
</style>
background-color css
<style>
a { background-color: #F04617; }
a { background-color: rgb(240,70,23); }
div.DivClassName
{
background-color: #F04617;
}
.BgClassName
{
background-color: #F04617;
}
</style>
border-color css
<style>
span { border-color: #F04617; }
span { border-color: rgb(240,70,23); }
td.TdClassName
{
border-color: #F04617;
}
.TagClassName
{
border-color: #F04617;
}
</style>