Shades of Burnt Orange #F16D38
Tints of Burnt Orange #F16D38
RGB
CMYK
RGB Variations
Color information
#F16D38 (or 0xF16D38) is known color: Burnt Orange. HEX triplet: F1, 6D and 38. RGB value is (241,109,56). Sum of RGB (Red+Green+Blue) = 241+109+56=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D38 is #0E92C7. Grayscale: #8E8E8E. Windows color (decimal): -955080 or 3698161. OLE color: 3698161.
HSL color Cylindrical-coordinate representation of color #F16D38: hue angle of 17.19º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F16D38 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 56 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.05 |
| HSL | 17.19º | 0.87% | 0.58% | - |
| HSV(B) | 17.19º | 0.77% | 0.95% | - |
| XYZ | 42.46 | 29.92 | 7.28 | - |
| YUV | 142.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 56 | 0 | 0.55 | 0.77 | 0.05 | 17.19 | 0.87 | 0.58 |
| Hex | F1 | 6D | 38 | 0 | 37 | 4D | 5 | 11 | 57 | 3A |
| Octal | 361 | 155 | 70 | 0 | 67 | 115 | 5 | 21 | 127 | 72 |
| Binary | 11110001 | 1101101 | 111000 | 0 | 110111 | 1001101 | 101 | 10001 | 1010111 | 111010 |
Color Harmonies of #F16D38
Complementary color
Monochromatic Colors of #F16D38
Black with #F16D38
Text Example
Text Example
White with #F16D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D38; }
p { color: rgb(241,109,56); }
H1.HeaderClassName
{
color: #F16D38;
}
.AnyTagClassName
{
color: #F16D38;
}
</style>
background-color css
<style>
a { background-color: #F16D38; }
a { background-color: rgb(241,109,56); }
div.DivClassName
{
background-color: #F16D38;
}
.BgClassName
{
background-color: #F16D38;
}
</style>
border-color css
<style>
span { border-color: #F16D38; }
span { border-color: rgb(241,109,56); }
td.TdClassName
{
border-color: #F16D38;
}
.TagClassName
{
border-color: #F16D38;
}
</style>