Shades of Burnt Orange #F37031
Tints of Burnt Orange #F37031
RGB
CMYK
RGB Variations
Color information
#F37031 (or 0xF37031) is known color: Burnt Orange. HEX triplet: F3, 70 and 31. RGB value is (243,112,49). Sum of RGB (Red+Green+Blue) = 243+112+49=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F37031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37031 is #0C8FCE. Grayscale: #909090. Windows color (decimal): -823247 or 3240179. OLE color: 3240179.
HSL color Cylindrical-coordinate representation of color #F37031: hue angle of 19.48º degrees, saturation: 0.89, 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 #F37031 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 49 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.05 |
| HSL | 19.48º | 0.89% | 0.57% | - |
| HSV(B) | 19.48º | 0.8% | 0.95% | - |
| XYZ | 43.31 | 30.86 | 6.58 | - |
| YUV | 143.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 49 | 0 | 0.54 | 0.80 | 0.05 | 19.48 | 0.89 | 0.57 |
| Hex | F3 | 70 | 31 | 0 | 36 | 50 | 5 | 13 | 59 | 39 |
| Octal | 363 | 160 | 61 | 0 | 66 | 120 | 5 | 23 | 131 | 71 |
| Binary | 11110011 | 1110000 | 110001 | 0 | 110110 | 1010000 | 101 | 10011 | 1011001 | 111001 |
Color Harmonies of #F37031
Complementary color
Monochromatic Colors of #F37031
Black with #F37031
Text Example
Text Example
White with #F37031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37031; }
p { color: rgb(243,112,49); }
H1.HeaderClassName
{
color: #F37031;
}
.AnyTagClassName
{
color: #F37031;
}
</style>
background-color css
<style>
a { background-color: #F37031; }
a { background-color: rgb(243,112,49); }
div.DivClassName
{
background-color: #F37031;
}
.BgClassName
{
background-color: #F37031;
}
</style>
border-color css
<style>
span { border-color: #F37031; }
span { border-color: rgb(243,112,49); }
td.TdClassName
{
border-color: #F37031;
}
.TagClassName
{
border-color: #F37031;
}
</style>