Shades of Burnt Orange #FF8137
Tints of Burnt Orange #FF8137
RGB
CMYK
RGB Variations
Color information
#FF8137 (or 0xFF8137) is known color: Burnt Orange. HEX triplet: FF, 81 and 37. RGB value is (255,129,55). Sum of RGB (Red+Green+Blue) = 255+129+55=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8137 is #007EC8. Grayscale: #9E9E9E. Windows color (decimal): -32457 or 3637759. OLE color: 3637759.
HSL color Cylindrical-coordinate representation of color #FF8137: hue angle of 22.2º 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 #FF8137 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0 |
| HSL | 22.2º | 1% | 0.61% | - |
| HSV(B) | 22.2º | 0.78% | 1% | - |
| XYZ | 49.78 | 37.24 | 8.18 | - |
| YUV | 158.24 | 69.74 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 55 | 0 | 0.49 | 0.78 | 0 | 22.2 | 1 | 0.61 |
| Hex | FF | 81 | 37 | 0 | 31 | 4E | 0 | 16 | 64 | 3D |
| Octal | 377 | 201 | 67 | 0 | 61 | 116 | 0 | 26 | 144 | 75 |
| Binary | 11111111 | 10000001 | 110111 | 0 | 110001 | 1001110 | 0 | 10110 | 1100100 | 111101 |
Color Harmonies of #FF8137
Complementary color
Monochromatic Colors of #FF8137
Black with #FF8137
Text Example
Text Example
White with #FF8137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8137; }
p { color: rgb(255,129,55); }
H1.HeaderClassName
{
color: #FF8137;
}
.AnyTagClassName
{
color: #FF8137;
}
</style>
background-color css
<style>
a { background-color: #FF8137; }
a { background-color: rgb(255,129,55); }
div.DivClassName
{
background-color: #FF8137;
}
.BgClassName
{
background-color: #FF8137;
}
</style>
border-color css
<style>
span { border-color: #FF8137; }
span { border-color: rgb(255,129,55); }
td.TdClassName
{
border-color: #FF8137;
}
.TagClassName
{
border-color: #FF8137;
}
</style>