Shades of Orange Red #F04818
Tints of Orange Red #F04818
RGB
CMYK
RGB Variations
Color information
#F04818 (or 0xF04818) is known color: Orange Red. HEX triplet: F0, 48 and 18. RGB value is (240,72,24). Sum of RGB (Red+Green+Blue) = 240+72+24=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F04818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04818 is #0FB7E7. Grayscale: #757575. Windows color (decimal): -1030120 or 1591536. OLE color: 1591536.
HSL color Cylindrical-coordinate representation of color #F04818: hue angle of 13.33º 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 #F04818 is Cyan = 0, Magento = 0.7, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 24 | - |
| CMYK | 0 | 0.7 | 0.9 | 0.06 |
| HSL | 13.33º | 0.88% | 0.52% | - |
| HSV(B) | 13.33º | 0.9% | 0.94% | - |
| XYZ | 38.42 | 23.23 | 3.32 | - |
| YUV | 116.76 | 75.66 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 24 | 0 | 0.7 | 0.9 | 0.06 | 13.33 | 0.88 | 0.52 |
| Hex | F0 | 48 | 18 | 0 | 46 | 5A | 6 | D | 58 | 34 |
| Octal | 360 | 110 | 30 | 0 | 106 | 132 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1001000 | 11000 | 0 | 1000110 | 1011010 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04818
Complementary color
Monochromatic Colors of #F04818
Black with #F04818
Text Example
Text Example
White with #F04818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04818; }
p { color: rgb(240,72,24); }
H1.HeaderClassName
{
color: #F04818;
}
.AnyTagClassName
{
color: #F04818;
}
</style>
background-color css
<style>
a { background-color: #F04818; }
a { background-color: rgb(240,72,24); }
div.DivClassName
{
background-color: #F04818;
}
.BgClassName
{
background-color: #F04818;
}
</style>
border-color css
<style>
span { border-color: #F04818; }
span { border-color: rgb(240,72,24); }
td.TdClassName
{
border-color: #F04818;
}
.TagClassName
{
border-color: #F04818;
}
</style>