Shades of Burnt Orange #FF7036
Tints of Burnt Orange #FF7036
RGB
CMYK
RGB Variations
Color information
#FF7036 (or 0xFF7036) is known color: Burnt Orange. HEX triplet: FF, 70 and 36. RGB value is (255,112,54). Sum of RGB (Red+Green+Blue) = 255+112+54=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7036 is #008FC9. Grayscale: #949494. Windows color (decimal): -36810 or 3567871. OLE color: 3567871.
HSL color Cylindrical-coordinate representation of color #FF7036: hue angle of 17.31º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF7036 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 54 | - |
| CMYK | 0 | 0.56 | 0.79 | 0 |
| HSL | 17.31º | 1% | 0.61% | - |
| HSV(B) | 17.31º | 0.79% | 1% | - |
| XYZ | 47.7 | 33.11 | 7.37 | - |
| YUV | 148.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 54 | 0 | 0.56 | 0.79 | 0 | 17.31 | 1 | 0.61 |
| Hex | FF | 70 | 36 | 0 | 38 | 4F | 0 | 11 | 64 | 3D |
| Octal | 377 | 160 | 66 | 0 | 70 | 117 | 0 | 21 | 144 | 75 |
| Binary | 11111111 | 1110000 | 110110 | 0 | 111000 | 1001111 | 0 | 10001 | 1100100 | 111101 |
Color Harmonies of #FF7036
Complementary color
Monochromatic Colors of #FF7036
Black with #FF7036
Text Example
Text Example
White with #FF7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7036; }
p { color: rgb(255,112,54); }
H1.HeaderClassName
{
color: #FF7036;
}
.AnyTagClassName
{
color: #FF7036;
}
</style>
background-color css
<style>
a { background-color: #FF7036; }
a { background-color: rgb(255,112,54); }
div.DivClassName
{
background-color: #FF7036;
}
.BgClassName
{
background-color: #FF7036;
}
</style>
border-color css
<style>
span { border-color: #FF7036; }
span { border-color: rgb(255,112,54); }
td.TdClassName
{
border-color: #FF7036;
}
.TagClassName
{
border-color: #FF7036;
}
</style>