Shades of Burnt Orange #F16F37
Tints of Burnt Orange #F16F37
RGB
CMYK
RGB Variations
Color information
#F16F37 (or 0xF16F37) is known color: Burnt Orange. HEX triplet: F1, 6F and 37. RGB value is (241,111,55). Sum of RGB (Red+Green+Blue) = 241+111+55=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F37 is #0E90C8. Grayscale: #8F8F8F. Windows color (decimal): -954569 or 3633137. OLE color: 3633137.
HSL color Cylindrical-coordinate representation of color #F16F37: hue angle of 18.06º 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 #F16F37 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 55 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.05 |
| HSL | 18.06º | 0.87% | 0.58% | - |
| HSV(B) | 18.06º | 0.77% | 0.95% | - |
| XYZ | 42.65 | 30.35 | 7.22 | - |
| YUV | 143.49 | 78.07 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 55 | 0 | 0.54 | 0.77 | 0.05 | 18.06 | 0.87 | 0.58 |
| Hex | F1 | 6F | 37 | 0 | 36 | 4D | 5 | 12 | 57 | 3A |
| Octal | 361 | 157 | 67 | 0 | 66 | 115 | 5 | 22 | 127 | 72 |
| Binary | 11110001 | 1101111 | 110111 | 0 | 110110 | 1001101 | 101 | 10010 | 1010111 | 111010 |
Color Harmonies of #F16F37
Complementary color
Monochromatic Colors of #F16F37
Black with #F16F37
Text Example
Text Example
White with #F16F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F37; }
p { color: rgb(241,111,55); }
H1.HeaderClassName
{
color: #F16F37;
}
.AnyTagClassName
{
color: #F16F37;
}
</style>
background-color css
<style>
a { background-color: #F16F37; }
a { background-color: rgb(241,111,55); }
div.DivClassName
{
background-color: #F16F37;
}
.BgClassName
{
background-color: #F16F37;
}
</style>
border-color css
<style>
span { border-color: #F16F37; }
span { border-color: rgb(241,111,55); }
td.TdClassName
{
border-color: #F16F37;
}
.TagClassName
{
border-color: #F16F37;
}
</style>