Shades of Orange Red #F04118
Tints of Orange Red #F04118
RGB
CMYK
RGB Variations
Color information
#F04118 (or 0xF04118) is known color: Orange Red. HEX triplet: F0, 41 and 18. RGB value is (240,65,24). Sum of RGB (Red+Green+Blue) = 240+65+24=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04118 is #0FBEE7. Grayscale: #707070. Windows color (decimal): -1031912 or 1589744. OLE color: 1589744.
HSL color Cylindrical-coordinate representation of color #F04118: hue angle of 11.39º 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 #F04118 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 24 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.06 |
| HSL | 11.39º | 0.88% | 0.52% | - |
| HSV(B) | 11.39º | 0.9% | 0.94% | - |
| XYZ | 37.99 | 22.37 | 3.18 | - |
| YUV | 112.65 | 77.98 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 24 | 0 | 0.73 | 0.9 | 0.06 | 11.39 | 0.88 | 0.52 |
| Hex | F0 | 41 | 18 | 0 | 49 | 5A | 6 | B | 58 | 34 |
| Octal | 360 | 101 | 30 | 0 | 111 | 132 | 6 | 13 | 130 | 64 |
| Binary | 11110000 | 1000001 | 11000 | 0 | 1001001 | 1011010 | 110 | 1011 | 1011000 | 110100 |
Color Harmonies of #F04118
Complementary color
Monochromatic Colors of #F04118
Black with #F04118
Text Example
Text Example
White with #F04118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04118; }
p { color: rgb(240,65,24); }
H1.HeaderClassName
{
color: #F04118;
}
.AnyTagClassName
{
color: #F04118;
}
</style>
background-color css
<style>
a { background-color: #F04118; }
a { background-color: rgb(240,65,24); }
div.DivClassName
{
background-color: #F04118;
}
.BgClassName
{
background-color: #F04118;
}
</style>
border-color css
<style>
span { border-color: #F04118; }
span { border-color: rgb(240,65,24); }
td.TdClassName
{
border-color: #F04118;
}
.TagClassName
{
border-color: #F04118;
}
</style>