Shades of Burnt Orange #FF7136
Tints of Burnt Orange #FF7136
RGB
CMYK
RGB Variations
Color information
#FF7136 (or 0xFF7136) is known color: Burnt Orange. HEX triplet: FF, 71 and 36. RGB value is (255,113,54). Sum of RGB (Red+Green+Blue) = 255+113+54=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7136 is #008EC9. Grayscale: #959595. Windows color (decimal): -36554 or 3568127. OLE color: 3568127.
HSL color Cylindrical-coordinate representation of color #FF7136: hue angle of 17.61º 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 #FF7136 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 54 | - |
| CMYK | 0 | 0.56 | 0.79 | 0 |
| HSL | 17.61º | 1% | 0.61% | - |
| HSV(B) | 17.61º | 0.79% | 1% | - |
| XYZ | 47.81 | 33.34 | 7.4 | - |
| YUV | 148.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 54 | 0 | 0.56 | 0.79 | 0 | 17.61 | 1 | 0.61 |
| Hex | FF | 71 | 36 | 0 | 38 | 4F | 0 | 12 | 64 | 3D |
| Octal | 377 | 161 | 66 | 0 | 70 | 117 | 0 | 22 | 144 | 75 |
| Binary | 11111111 | 1110001 | 110110 | 0 | 111000 | 1001111 | 0 | 10010 | 1100100 | 111101 |
Color Harmonies of #FF7136
Complementary color
Monochromatic Colors of #FF7136
Black with #FF7136
Text Example
Text Example
White with #FF7136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7136; }
p { color: rgb(255,113,54); }
H1.HeaderClassName
{
color: #FF7136;
}
.AnyTagClassName
{
color: #FF7136;
}
</style>
background-color css
<style>
a { background-color: #FF7136; }
a { background-color: rgb(255,113,54); }
div.DivClassName
{
background-color: #FF7136;
}
.BgClassName
{
background-color: #FF7136;
}
</style>
border-color css
<style>
span { border-color: #FF7136; }
span { border-color: rgb(255,113,54); }
td.TdClassName
{
border-color: #FF7136;
}
.TagClassName
{
border-color: #FF7136;
}
</style>