Shades of Orange Red #F04518
Tints of Orange Red #F04518
RGB
CMYK
RGB Variations
Color information
#F04518 (or 0xF04518) is known color: Orange Red. HEX triplet: F0, 45 and 18. RGB value is (240,69,24). Sum of RGB (Red+Green+Blue) = 240+69+24=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04518 is #0FBAE7. Grayscale: #737373. Windows color (decimal): -1030888 or 1590768. OLE color: 1590768.
HSL color Cylindrical-coordinate representation of color #F04518: hue angle of 12.5º 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 #F04518 is Cyan = 0, Magento = 0.71, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 24 | - |
| CMYK | 0 | 0.71 | 0.9 | 0.06 |
| HSL | 12.5º | 0.88% | 0.52% | - |
| HSV(B) | 12.5º | 0.9% | 0.94% | - |
| XYZ | 38.23 | 22.85 | 3.26 | - |
| YUV | 115 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 24 | 0 | 0.71 | 0.9 | 0.06 | 12.5 | 0.88 | 0.52 |
| Hex | F0 | 45 | 18 | 0 | 47 | 5A | 6 | C | 58 | 34 |
| Octal | 360 | 105 | 30 | 0 | 107 | 132 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000101 | 11000 | 0 | 1000111 | 1011010 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F04518
Complementary color
Monochromatic Colors of #F04518
Black with #F04518
Text Example
Text Example
White with #F04518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04518; }
p { color: rgb(240,69,24); }
H1.HeaderClassName
{
color: #F04518;
}
.AnyTagClassName
{
color: #F04518;
}
</style>
background-color css
<style>
a { background-color: #F04518; }
a { background-color: rgb(240,69,24); }
div.DivClassName
{
background-color: #F04518;
}
.BgClassName
{
background-color: #F04518;
}
</style>
border-color css
<style>
span { border-color: #F04518; }
span { border-color: rgb(240,69,24); }
td.TdClassName
{
border-color: #F04518;
}
.TagClassName
{
border-color: #F04518;
}
</style>