Shades of Burnt Orange #F16D36
Tints of Burnt Orange #F16D36
RGB
CMYK
RGB Variations
Color information
#F16D36 (or 0xF16D36) is known color: Burnt Orange. HEX triplet: F1, 6D and 36. RGB value is (241,109,54). Sum of RGB (Red+Green+Blue) = 241+109+54=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D36 is #0E92C9. Grayscale: #8E8E8E. Windows color (decimal): -955082 or 3567089. OLE color: 3567089.
HSL color Cylindrical-coordinate representation of color #F16D36: hue angle of 17.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16D36 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 54 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.05 |
| HSL | 17.65º | 0.87% | 0.58% | - |
| HSV(B) | 17.65º | 0.78% | 0.95% | - |
| XYZ | 42.41 | 29.9 | 7.03 | - |
| YUV | 142.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 54 | 0 | 0.55 | 0.78 | 0.05 | 17.65 | 0.87 | 0.58 |
| Hex | F1 | 6D | 36 | 0 | 37 | 4E | 5 | 12 | 57 | 3A |
| Octal | 361 | 155 | 66 | 0 | 67 | 116 | 5 | 22 | 127 | 72 |
| Binary | 11110001 | 1101101 | 110110 | 0 | 110111 | 1001110 | 101 | 10010 | 1010111 | 111010 |
Color Harmonies of #F16D36
Complementary color
Monochromatic Colors of #F16D36
Black with #F16D36
Text Example
Text Example
White with #F16D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D36; }
p { color: rgb(241,109,54); }
H1.HeaderClassName
{
color: #F16D36;
}
.AnyTagClassName
{
color: #F16D36;
}
</style>
background-color css
<style>
a { background-color: #F16D36; }
a { background-color: rgb(241,109,54); }
div.DivClassName
{
background-color: #F16D36;
}
.BgClassName
{
background-color: #F16D36;
}
</style>
border-color css
<style>
span { border-color: #F16D36; }
span { border-color: rgb(241,109,54); }
td.TdClassName
{
border-color: #F16D36;
}
.TagClassName
{
border-color: #F16D36;
}
</style>