Shades of Burnt Orange #FF7037
Tints of Burnt Orange #FF7037
RGB
CMYK
RGB Variations
Color information
#FF7037 (or 0xFF7037) is known color: Burnt Orange. HEX triplet: FF, 70 and 37. RGB value is (255,112,55). Sum of RGB (Red+Green+Blue) = 255+112+55=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7037 is #008FC8. Grayscale: #949494. Windows color (decimal): -36809 or 3633407. OLE color: 3633407.
HSL color Cylindrical-coordinate representation of color #FF7037: hue angle of 17.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF7037 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0 |
| HSL | 17.1º | 1% | 0.61% | - |
| HSV(B) | 17.1º | 0.78% | 1% | - |
| XYZ | 47.72 | 33.12 | 7.49 | - |
| YUV | 148.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 55 | 0 | 0.56 | 0.78 | 0 | 17.1 | 1 | 0.61 |
| Hex | FF | 70 | 37 | 0 | 38 | 4E | 0 | 11 | 64 | 3D |
| Octal | 377 | 160 | 67 | 0 | 70 | 116 | 0 | 21 | 144 | 75 |
| Binary | 11111111 | 1110000 | 110111 | 0 | 111000 | 1001110 | 0 | 10001 | 1100100 | 111101 |
Color Harmonies of #FF7037
Complementary color
Monochromatic Colors of #FF7037
Black with #FF7037
Text Example
Text Example
White with #FF7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7037; }
p { color: rgb(255,112,55); }
H1.HeaderClassName
{
color: #FF7037;
}
.AnyTagClassName
{
color: #FF7037;
}
</style>
background-color css
<style>
a { background-color: #FF7037; }
a { background-color: rgb(255,112,55); }
div.DivClassName
{
background-color: #FF7037;
}
.BgClassName
{
background-color: #FF7037;
}
</style>
border-color css
<style>
span { border-color: #FF7037; }
span { border-color: rgb(255,112,55); }
td.TdClassName
{
border-color: #FF7037;
}
.TagClassName
{
border-color: #FF7037;
}
</style>