Shades of Orange Red #F04111
Tints of Orange Red #F04111
RGB
CMYK
RGB Variations
Color information
#F04111 (or 0xF04111) is known color: Orange Red. HEX triplet: F0, 41 and 11. RGB value is (240,65,17). Sum of RGB (Red+Green+Blue) = 240+65+17=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F04111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04111 is #0FBEEE. Grayscale: #707070. Windows color (decimal): -1031919 or 1130992. OLE color: 1130992.
HSL color Cylindrical-coordinate representation of color #F04111: hue angle of 12.91º 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 #F04111 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.06 |
| HSL | 12.91º | 0.88% | 0.5% | - |
| HSV(B) | 12.91º | 0.93% | 0.94% | - |
| XYZ | 37.93 | 22.35 | 2.84 | - |
| YUV | 111.85 | 74.48 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 17 | 0 | 0.73 | 0.93 | 0.06 | 12.91 | 0.88 | 0.5 |
| Hex | F0 | 41 | 11 | 0 | 49 | 5D | 6 | D | 58 | 32 |
| Octal | 360 | 101 | 21 | 0 | 111 | 135 | 6 | 15 | 130 | 62 |
| Binary | 11110000 | 1000001 | 10001 | 0 | 1001001 | 1011101 | 110 | 1101 | 1011000 | 110010 |
Color Harmonies of #F04111
Complementary color
Monochromatic Colors of #F04111
Black with #F04111
Text Example
Text Example
White with #F04111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04111; }
p { color: rgb(240,65,17); }
H1.HeaderClassName
{
color: #F04111;
}
.AnyTagClassName
{
color: #F04111;
}
</style>
background-color css
<style>
a { background-color: #F04111; }
a { background-color: rgb(240,65,17); }
div.DivClassName
{
background-color: #F04111;
}
.BgClassName
{
background-color: #F04111;
}
</style>
border-color css
<style>
span { border-color: #F04111; }
span { border-color: rgb(240,65,17); }
td.TdClassName
{
border-color: #F04111;
}
.TagClassName
{
border-color: #F04111;
}
</style>