Shades of Orange Red #F03611
Tints of Orange Red #F03611
RGB
CMYK
RGB Variations
Color information
#F03611 (or 0xF03611) is known color: Orange Red. HEX triplet: F0, 36 and 11. RGB value is (240,54,17). Sum of RGB (Red+Green+Blue) = 240+54+17=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03611 is #0FC9EE. Grayscale: #696969. Windows color (decimal): -1034735 or 1128176. OLE color: 1128176.
HSL color Cylindrical-coordinate representation of color #F03611: hue angle of 9.96º 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 #F03611 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.06 |
| HSL | 9.96º | 0.88% | 0.5% | - |
| HSV(B) | 9.96º | 0.93% | 0.94% | - |
| XYZ | 37.36 | 21.2 | 2.65 | - |
| YUV | 105.4 | 78.12 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 17 | 0 | 0.78 | 0.93 | 0.06 | 9.96 | 0.88 | 0.5 |
| Hex | F0 | 36 | 11 | 0 | 4E | 5D | 6 | A | 58 | 32 |
| Octal | 360 | 66 | 21 | 0 | 116 | 135 | 6 | 12 | 130 | 62 |
| Binary | 11110000 | 110110 | 10001 | 0 | 1001110 | 1011101 | 110 | 1010 | 1011000 | 110010 |
Color Harmonies of #F03611
Complementary color
Monochromatic Colors of #F03611
Black with #F03611
Text Example
Text Example
White with #F03611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03611; }
p { color: rgb(240,54,17); }
H1.HeaderClassName
{
color: #F03611;
}
.AnyTagClassName
{
color: #F03611;
}
</style>
background-color css
<style>
a { background-color: #F03611; }
a { background-color: rgb(240,54,17); }
div.DivClassName
{
background-color: #F03611;
}
.BgClassName
{
background-color: #F03611;
}
</style>
border-color css
<style>
span { border-color: #F03611; }
span { border-color: rgb(240,54,17); }
td.TdClassName
{
border-color: #F03611;
}
.TagClassName
{
border-color: #F03611;
}
</style>