Shades of Burnt Orange #F16F36
Tints of Burnt Orange #F16F36
RGB
CMYK
RGB Variations
Color information
#F16F36 (or 0xF16F36) is known color: Burnt Orange. HEX triplet: F1, 6F and 36. RGB value is (241,111,54). Sum of RGB (Red+Green+Blue) = 241+111+54=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F36 is #0E90C9. Grayscale: #8F8F8F. Windows color (decimal): -954570 or 3567601. OLE color: 3567601.
HSL color Cylindrical-coordinate representation of color #F16F36: hue angle of 18.29º 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 #F16F36 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 54 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.05 |
| HSL | 18.29º | 0.87% | 0.58% | - |
| HSV(B) | 18.29º | 0.78% | 0.95% | - |
| XYZ | 42.63 | 30.34 | 7.1 | - |
| YUV | 143.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 54 | 0 | 0.54 | 0.78 | 0.05 | 18.29 | 0.87 | 0.58 |
| Hex | F1 | 6F | 36 | 0 | 36 | 4E | 5 | 12 | 57 | 3A |
| Octal | 361 | 157 | 66 | 0 | 66 | 116 | 5 | 22 | 127 | 72 |
| Binary | 11110001 | 1101111 | 110110 | 0 | 110110 | 1001110 | 101 | 10010 | 1010111 | 111010 |
Color Harmonies of #F16F36
Complementary color
Monochromatic Colors of #F16F36
Black with #F16F36
Text Example
Text Example
White with #F16F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F36; }
p { color: rgb(241,111,54); }
H1.HeaderClassName
{
color: #F16F36;
}
.AnyTagClassName
{
color: #F16F36;
}
</style>
background-color css
<style>
a { background-color: #F16F36; }
a { background-color: rgb(241,111,54); }
div.DivClassName
{
background-color: #F16F36;
}
.BgClassName
{
background-color: #F16F36;
}
</style>
border-color css
<style>
span { border-color: #F16F36; }
span { border-color: rgb(241,111,54); }
td.TdClassName
{
border-color: #F16F36;
}
.TagClassName
{
border-color: #F16F36;
}
</style>