Shades of Burnt Orange #F16E26
Tints of Burnt Orange #F16E26
RGB
CMYK
RGB Variations
Color information
#F16E26 (or 0xF16E26) is known color: Burnt Orange. HEX triplet: F1, 6E and 26. RGB value is (241,110,38). Sum of RGB (Red+Green+Blue) = 241+110+38=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E26 is #0E91D9. Grayscale: #8D8D8D. Windows color (decimal): -954842 or 2518769. OLE color: 2518769.
HSL color Cylindrical-coordinate representation of color #F16E26: hue angle of 21.28º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F16E26 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 38 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.05 |
| HSL | 21.28º | 0.88% | 0.55% | - |
| HSV(B) | 21.28º | 0.84% | 0.95% | - |
| XYZ | 42.2 | 29.99 | 5.4 | - |
| YUV | 140.96 | 69.9 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 38 | 0 | 0.54 | 0.84 | 0.05 | 21.28 | 0.88 | 0.55 |
| Hex | F1 | 6E | 26 | 0 | 36 | 54 | 5 | 15 | 58 | 37 |
| Octal | 361 | 156 | 46 | 0 | 66 | 124 | 5 | 25 | 130 | 67 |
| Binary | 11110001 | 1101110 | 100110 | 0 | 110110 | 1010100 | 101 | 10101 | 1011000 | 110111 |
Color Harmonies of #F16E26
Complementary color
Monochromatic Colors of #F16E26
Black with #F16E26
Text Example
Text Example
White with #F16E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E26; }
p { color: rgb(241,110,38); }
H1.HeaderClassName
{
color: #F16E26;
}
.AnyTagClassName
{
color: #F16E26;
}
</style>
background-color css
<style>
a { background-color: #F16E26; }
a { background-color: rgb(241,110,38); }
div.DivClassName
{
background-color: #F16E26;
}
.BgClassName
{
background-color: #F16E26;
}
</style>
border-color css
<style>
span { border-color: #F16E26; }
span { border-color: rgb(241,110,38); }
td.TdClassName
{
border-color: #F16E26;
}
.TagClassName
{
border-color: #F16E26;
}
</style>