Shades of Burnt Orange #F16831
Tints of Burnt Orange #F16831
RGB
CMYK
RGB Variations
Color information
#F16831 (or 0xF16831) is known color: Burnt Orange. HEX triplet: F1, 68 and 31. RGB value is (241,104,49). Sum of RGB (Red+Green+Blue) = 241+104+49=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F16831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16831 is #0E97CE. Grayscale: #8B8B8B. Windows color (decimal): -956367 or 3238129. OLE color: 3238129.
HSL color Cylindrical-coordinate representation of color #F16831: hue angle of 17.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F16831 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 49 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.05 |
| HSL | 17.19º | 0.87% | 0.57% | - |
| HSV(B) | 17.19º | 0.8% | 0.95% | - |
| XYZ | 41.78 | 28.82 | 6.27 | - |
| YUV | 138.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 49 | 0 | 0.57 | 0.80 | 0.05 | 17.19 | 0.87 | 0.57 |
| Hex | F1 | 68 | 31 | 0 | 39 | 50 | 5 | 11 | 57 | 39 |
| Octal | 361 | 150 | 61 | 0 | 71 | 120 | 5 | 21 | 127 | 71 |
| Binary | 11110001 | 1101000 | 110001 | 0 | 111001 | 1010000 | 101 | 10001 | 1010111 | 111001 |
Color Harmonies of #F16831
Complementary color
Monochromatic Colors of #F16831
Black with #F16831
Text Example
Text Example
White with #F16831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16831; }
p { color: rgb(241,104,49); }
H1.HeaderClassName
{
color: #F16831;
}
.AnyTagClassName
{
color: #F16831;
}
</style>
background-color css
<style>
a { background-color: #F16831; }
a { background-color: rgb(241,104,49); }
div.DivClassName
{
background-color: #F16831;
}
.BgClassName
{
background-color: #F16831;
}
</style>
border-color css
<style>
span { border-color: #F16831; }
span { border-color: rgb(241,104,49); }
td.TdClassName
{
border-color: #F16831;
}
.TagClassName
{
border-color: #F16831;
}
</style>