Shades of Burnt Orange #F07337
Tints of Burnt Orange #F07337
RGB
CMYK
RGB Variations
Color information
#F07337 (or 0xF07337) is known color: Burnt Orange. HEX triplet: F0, 73 and 37. RGB value is (240,115,55). Sum of RGB (Red+Green+Blue) = 240+115+55=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F07337 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07337 is #0F8CC8. Grayscale: #919191. Windows color (decimal): -1019081 or 3634160. OLE color: 3634160.
HSL color Cylindrical-coordinate representation of color #F07337: hue angle of 19.46º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F07337 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 55 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.06 |
| HSL | 19.46º | 0.86% | 0.58% | - |
| HSV(B) | 19.46º | 0.77% | 0.94% | - |
| XYZ | 42.76 | 31.06 | 7.36 | - |
| YUV | 145.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 55 | 0 | 0.52 | 0.77 | 0.06 | 19.46 | 0.86 | 0.58 |
| Hex | F0 | 73 | 37 | 0 | 34 | 4D | 6 | 13 | 56 | 3A |
| Octal | 360 | 163 | 67 | 0 | 64 | 115 | 6 | 23 | 126 | 72 |
| Binary | 11110000 | 1110011 | 110111 | 0 | 110100 | 1001101 | 110 | 10011 | 1010110 | 111010 |
Color Harmonies of #F07337
Complementary color
Monochromatic Colors of #F07337
Black with #F07337
Text Example
Text Example
White with #F07337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07337; }
p { color: rgb(240,115,55); }
H1.HeaderClassName
{
color: #F07337;
}
.AnyTagClassName
{
color: #F07337;
}
</style>
background-color css
<style>
a { background-color: #F07337; }
a { background-color: rgb(240,115,55); }
div.DivClassName
{
background-color: #F07337;
}
.BgClassName
{
background-color: #F07337;
}
</style>
border-color css
<style>
span { border-color: #F07337; }
span { border-color: rgb(240,115,55); }
td.TdClassName
{
border-color: #F07337;
}
.TagClassName
{
border-color: #F07337;
}
</style>