Shades of Burnt Orange #F16926
Tints of Burnt Orange #F16926
RGB
CMYK
RGB Variations
Color information
#F16926 (or 0xF16926) is known color: Burnt Orange. HEX triplet: F1, 69 and 26. RGB value is (241,105,38). Sum of RGB (Red+Green+Blue) = 241+105+38=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F16926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16926 is #0E96D9. Grayscale: #8A8A8A. Windows color (decimal): -956122 or 2517489. OLE color: 2517489.
HSL color Cylindrical-coordinate representation of color #F16926: hue angle of 19.8º 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 #F16926 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 38 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.05 |
| HSL | 19.8º | 0.88% | 0.55% | - |
| HSV(B) | 19.8º | 0.84% | 0.95% | - |
| XYZ | 41.68 | 28.94 | 5.22 | - |
| YUV | 138.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 38 | 0 | 0.56 | 0.84 | 0.05 | 19.8 | 0.88 | 0.55 |
| Hex | F1 | 69 | 26 | 0 | 38 | 54 | 5 | 14 | 58 | 37 |
| Octal | 361 | 151 | 46 | 0 | 70 | 124 | 5 | 24 | 130 | 67 |
| Binary | 11110001 | 1101001 | 100110 | 0 | 111000 | 1010100 | 101 | 10100 | 1011000 | 110111 |
Color Harmonies of #F16926
Complementary color
Monochromatic Colors of #F16926
Black with #F16926
Text Example
Text Example
White with #F16926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16926; }
p { color: rgb(241,105,38); }
H1.HeaderClassName
{
color: #F16926;
}
.AnyTagClassName
{
color: #F16926;
}
</style>
background-color css
<style>
a { background-color: #F16926; }
a { background-color: rgb(241,105,38); }
div.DivClassName
{
background-color: #F16926;
}
.BgClassName
{
background-color: #F16926;
}
</style>
border-color css
<style>
span { border-color: #F16926; }
span { border-color: rgb(241,105,38); }
td.TdClassName
{
border-color: #F16926;
}
.TagClassName
{
border-color: #F16926;
}
</style>