Shades of Orange Red #F04311
Tints of Orange Red #F04311
RGB
CMYK
RGB Variations
Color information
#F04311 (or 0xF04311) is known color: Orange Red. HEX triplet: F0, 43 and 11. RGB value is (240,67,17). Sum of RGB (Red+Green+Blue) = 240+67+17=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04311 is #0FBCEE. Grayscale: #717171. Windows color (decimal): -1031407 or 1131504. OLE color: 1131504.
HSL color Cylindrical-coordinate representation of color #F04311: hue angle of 13.45º 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 #F04311 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 17 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.06 |
| HSL | 13.45º | 0.88% | 0.5% | - |
| HSV(B) | 13.45º | 0.93% | 0.94% | - |
| XYZ | 38.04 | 22.58 | 2.88 | - |
| YUV | 113.03 | 73.81 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 17 | 0 | 0.72 | 0.93 | 0.06 | 13.45 | 0.88 | 0.5 |
| Hex | F0 | 43 | 11 | 0 | 48 | 5D | 6 | D | 58 | 32 |
| Octal | 360 | 103 | 21 | 0 | 110 | 135 | 6 | 15 | 130 | 62 |
| Binary | 11110000 | 1000011 | 10001 | 0 | 1001000 | 1011101 | 110 | 1101 | 1011000 | 110010 |
Color Harmonies of #F04311
Complementary color
Monochromatic Colors of #F04311
Black with #F04311
Text Example
Text Example
White with #F04311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04311; }
p { color: rgb(240,67,17); }
H1.HeaderClassName
{
color: #F04311;
}
.AnyTagClassName
{
color: #F04311;
}
</style>
background-color css
<style>
a { background-color: #F04311; }
a { background-color: rgb(240,67,17); }
div.DivClassName
{
background-color: #F04311;
}
.BgClassName
{
background-color: #F04311;
}
</style>
border-color css
<style>
span { border-color: #F04311; }
span { border-color: rgb(240,67,17); }
td.TdClassName
{
border-color: #F04311;
}
.TagClassName
{
border-color: #F04311;
}
</style>