Shades of Orange Red #F04018
Tints of Orange Red #F04018
RGB
CMYK
RGB Variations
Color information
#F04018 (or 0xF04018) is known color: Orange Red. HEX triplet: F0, 40 and 18. RGB value is (240,64,24). Sum of RGB (Red+Green+Blue) = 240+64+24=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04018 is #0FBFE7. Grayscale: #707070. Windows color (decimal): -1032168 or 1589488. OLE color: 1589488.
HSL color Cylindrical-coordinate representation of color #F04018: hue angle of 11.11º 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 #F04018 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 24 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.06 |
| HSL | 11.11º | 0.88% | 0.52% | - |
| HSV(B) | 11.11º | 0.9% | 0.94% | - |
| XYZ | 37.93 | 22.26 | 3.16 | - |
| YUV | 112.06 | 78.31 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 24 | 0 | 0.73 | 0.9 | 0.06 | 11.11 | 0.88 | 0.52 |
| Hex | F0 | 40 | 18 | 0 | 49 | 5A | 6 | B | 58 | 34 |
| Octal | 360 | 100 | 30 | 0 | 111 | 132 | 6 | 13 | 130 | 64 |
| Binary | 11110000 | 1000000 | 11000 | 0 | 1001001 | 1011010 | 110 | 1011 | 1011000 | 110100 |
Color Harmonies of #F04018
Complementary color
Monochromatic Colors of #F04018
Black with #F04018
Text Example
Text Example
White with #F04018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04018; }
p { color: rgb(240,64,24); }
H1.HeaderClassName
{
color: #F04018;
}
.AnyTagClassName
{
color: #F04018;
}
</style>
background-color css
<style>
a { background-color: #F04018; }
a { background-color: rgb(240,64,24); }
div.DivClassName
{
background-color: #F04018;
}
.BgClassName
{
background-color: #F04018;
}
</style>
border-color css
<style>
span { border-color: #F04018; }
span { border-color: rgb(240,64,24); }
td.TdClassName
{
border-color: #F04018;
}
.TagClassName
{
border-color: #F04018;
}
</style>