Shades of Orange Red #F04811
Tints of Orange Red #F04811
RGB
CMYK
RGB Variations
Color information
#F04811 (or 0xF04811) is known color: Orange Red. HEX triplet: F0, 48 and 11. RGB value is (240,72,17). Sum of RGB (Red+Green+Blue) = 240+72+17=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04811 is #0FB7EE. Grayscale: #747474. Windows color (decimal): -1030127 or 1132784. OLE color: 1132784.
HSL color Cylindrical-coordinate representation of color #F04811: hue angle of 14.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04811 is Cyan = 0, Magento = 0.7, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 17 | - |
| CMYK | 0 | 0.7 | 0.93 | 0.06 |
| HSL | 14.8º | 0.88% | 0.5% | - |
| HSV(B) | 14.8º | 0.93% | 0.94% | - |
| XYZ | 38.35 | 23.2 | 2.99 | - |
| YUV | 115.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 17 | 0 | 0.7 | 0.93 | 0.06 | 14.8 | 0.88 | 0.5 |
| Hex | F0 | 48 | 11 | 0 | 46 | 5D | 6 | F | 58 | 32 |
| Octal | 360 | 110 | 21 | 0 | 106 | 135 | 6 | 17 | 130 | 62 |
| Binary | 11110000 | 1001000 | 10001 | 0 | 1000110 | 1011101 | 110 | 1111 | 1011000 | 110010 |
Color Harmonies of #F04811
Complementary color
Monochromatic Colors of #F04811
Black with #F04811
Text Example
Text Example
White with #F04811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04811; }
p { color: rgb(240,72,17); }
H1.HeaderClassName
{
color: #F04811;
}
.AnyTagClassName
{
color: #F04811;
}
</style>
background-color css
<style>
a { background-color: #F04811; }
a { background-color: rgb(240,72,17); }
div.DivClassName
{
background-color: #F04811;
}
.BgClassName
{
background-color: #F04811;
}
</style>
border-color css
<style>
span { border-color: #F04811; }
span { border-color: rgb(240,72,17); }
td.TdClassName
{
border-color: #F04811;
}
.TagClassName
{
border-color: #F04811;
}
</style>