Shades of Orange Red #F04918
Tints of Orange Red #F04918
RGB
CMYK
RGB Variations
Color information
#F04918 (or 0xF04918) is known color: Orange Red. HEX triplet: F0, 49 and 18. RGB value is (240,73,24). Sum of RGB (Red+Green+Blue) = 240+73+24=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04918 is #0FB6E7. Grayscale: #757575. Windows color (decimal): -1029864 or 1591792. OLE color: 1591792.
HSL color Cylindrical-coordinate representation of color #F04918: hue angle of 13.61º 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 #F04918 is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 24 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.06 |
| HSL | 13.61º | 0.88% | 0.52% | - |
| HSV(B) | 13.61º | 0.9% | 0.94% | - |
| XYZ | 38.48 | 23.36 | 3.34 | - |
| YUV | 117.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 24 | 0 | 0.70 | 0.9 | 0.06 | 13.61 | 0.88 | 0.52 |
| Hex | F0 | 49 | 18 | 0 | 46 | 5A | 6 | E | 58 | 34 |
| Octal | 360 | 111 | 30 | 0 | 106 | 132 | 6 | 16 | 130 | 64 |
| Binary | 11110000 | 1001001 | 11000 | 0 | 1000110 | 1011010 | 110 | 1110 | 1011000 | 110100 |
Color Harmonies of #F04918
Complementary color
Monochromatic Colors of #F04918
Black with #F04918
Text Example
Text Example
White with #F04918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04918; }
p { color: rgb(240,73,24); }
H1.HeaderClassName
{
color: #F04918;
}
.AnyTagClassName
{
color: #F04918;
}
</style>
background-color css
<style>
a { background-color: #F04918; }
a { background-color: rgb(240,73,24); }
div.DivClassName
{
background-color: #F04918;
}
.BgClassName
{
background-color: #F04918;
}
</style>
border-color css
<style>
span { border-color: #F04918; }
span { border-color: rgb(240,73,24); }
td.TdClassName
{
border-color: #F04918;
}
.TagClassName
{
border-color: #F04918;
}
</style>