Shades of Orange Red #F04218
Tints of Orange Red #F04218
RGB
CMYK
RGB Variations
Color information
#F04218 (or 0xF04218) is known color: Orange Red. HEX triplet: F0, 42 and 18. RGB value is (240,66,24). Sum of RGB (Red+Green+Blue) = 240+66+24=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04218 is #0FBDE7. Grayscale: #717171. Windows color (decimal): -1031656 or 1590000. OLE color: 1590000.
HSL color Cylindrical-coordinate representation of color #F04218: hue angle of 11.67º 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 #F04218 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 24 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.06 |
| HSL | 11.67º | 0.88% | 0.52% | - |
| HSV(B) | 11.67º | 0.9% | 0.94% | - |
| XYZ | 38.05 | 22.49 | 3.2 | - |
| YUV | 113.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 24 | 0 | 0.72 | 0.9 | 0.06 | 11.67 | 0.88 | 0.52 |
| Hex | F0 | 42 | 18 | 0 | 48 | 5A | 6 | C | 58 | 34 |
| Octal | 360 | 102 | 30 | 0 | 110 | 132 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000010 | 11000 | 0 | 1001000 | 1011010 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F04218
Complementary color
Monochromatic Colors of #F04218
Black with #F04218
Text Example
Text Example
White with #F04218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04218; }
p { color: rgb(240,66,24); }
H1.HeaderClassName
{
color: #F04218;
}
.AnyTagClassName
{
color: #F04218;
}
</style>
background-color css
<style>
a { background-color: #F04218; }
a { background-color: rgb(240,66,24); }
div.DivClassName
{
background-color: #F04218;
}
.BgClassName
{
background-color: #F04218;
}
</style>
border-color css
<style>
span { border-color: #F04218; }
span { border-color: rgb(240,66,24); }
td.TdClassName
{
border-color: #F04218;
}
.TagClassName
{
border-color: #F04218;
}
</style>