Shades of Orange Red #F04718
Tints of Orange Red #F04718
RGB
CMYK
RGB Variations
Color information
#F04718 (or 0xF04718) is known color: Orange Red. HEX triplet: F0, 47 and 18. RGB value is (240,71,24). Sum of RGB (Red+Green+Blue) = 240+71+24=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F04718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04718 is #0FB8E7. Grayscale: #747474. Windows color (decimal): -1030376 or 1591280. OLE color: 1591280.
HSL color Cylindrical-coordinate representation of color #F04718: hue angle of 13.06º 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 #F04718 is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 24 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.06 |
| HSL | 13.06º | 0.88% | 0.52% | - |
| HSV(B) | 13.06º | 0.9% | 0.94% | - |
| XYZ | 38.35 | 23.1 | 3.3 | - |
| YUV | 116.17 | 75.99 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 24 | 0 | 0.70 | 0.9 | 0.06 | 13.06 | 0.88 | 0.52 |
| Hex | F0 | 47 | 18 | 0 | 46 | 5A | 6 | D | 58 | 34 |
| Octal | 360 | 107 | 30 | 0 | 106 | 132 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1000111 | 11000 | 0 | 1000110 | 1011010 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04718
Complementary color
Monochromatic Colors of #F04718
Black with #F04718
Text Example
Text Example
White with #F04718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04718; }
p { color: rgb(240,71,24); }
H1.HeaderClassName
{
color: #F04718;
}
.AnyTagClassName
{
color: #F04718;
}
</style>
background-color css
<style>
a { background-color: #F04718; }
a { background-color: rgb(240,71,24); }
div.DivClassName
{
background-color: #F04718;
}
.BgClassName
{
background-color: #F04718;
}
</style>
border-color css
<style>
span { border-color: #F04718; }
span { border-color: rgb(240,71,24); }
td.TdClassName
{
border-color: #F04718;
}
.TagClassName
{
border-color: #F04718;
}
</style>