Shades of Burnt Orange #F16E2E
Tints of Burnt Orange #F16E2E
RGB
CMYK
RGB Variations
Color information
#F16E2E (or 0xF16E2E) is known color: Burnt Orange. HEX triplet: F1, 6E and 2E. RGB value is (241,110,46). Sum of RGB (Red+Green+Blue) = 241+110+46=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E2E is #0E91D1. Grayscale: #8E8E8E. Windows color (decimal): -954834 or 3043057. OLE color: 3043057.
HSL color Cylindrical-coordinate representation of color #F16E2E: hue angle of 19.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F16E2E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 46 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.05 |
| HSL | 19.69º | 0.87% | 0.56% | - |
| HSV(B) | 19.69º | 0.81% | 0.95% | - |
| XYZ | 42.34 | 30.05 | 6.15 | - |
| YUV | 141.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 46 | 0 | 0.54 | 0.81 | 0.05 | 19.69 | 0.87 | 0.56 |
| Hex | F1 | 6E | 2E | 0 | 36 | 51 | 5 | 14 | 57 | 38 |
| Octal | 361 | 156 | 56 | 0 | 66 | 121 | 5 | 24 | 127 | 70 |
| Binary | 11110001 | 1101110 | 101110 | 0 | 110110 | 1010001 | 101 | 10100 | 1010111 | 111000 |
Color Harmonies of #F16E2E
Complementary color
Monochromatic Colors of #F16E2E
Black with #F16E2E
Text Example
Text Example
White with #F16E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E2E; }
p { color: rgb(241,110,46); }
H1.HeaderClassName
{
color: #F16E2E;
}
.AnyTagClassName
{
color: #F16E2E;
}
</style>
background-color css
<style>
a { background-color: #F16E2E; }
a { background-color: rgb(241,110,46); }
div.DivClassName
{
background-color: #F16E2E;
}
.BgClassName
{
background-color: #F16E2E;
}
</style>
border-color css
<style>
span { border-color: #F16E2E; }
span { border-color: rgb(241,110,46); }
td.TdClassName
{
border-color: #F16E2E;
}
.TagClassName
{
border-color: #F16E2E;
}
</style>