Shades of Burnt Orange #FF8237
Tints of Burnt Orange #FF8237
RGB
CMYK
RGB Variations
Color information
#FF8237 (or 0xFF8237) is known color: Burnt Orange. HEX triplet: FF, 82 and 37. RGB value is (255,130,55). Sum of RGB (Red+Green+Blue) = 255+130+55=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8237 is #007DC8. Grayscale: #9F9F9F. Windows color (decimal): -32201 or 3638015. OLE color: 3638015.
HSL color Cylindrical-coordinate representation of color #FF8237: hue angle of 22.5º 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 #FF8237 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0 |
| HSL | 22.5º | 1% | 0.61% | - |
| HSV(B) | 22.5º | 0.78% | 1% | - |
| XYZ | 49.91 | 37.5 | 8.22 | - |
| YUV | 158.83 | 69.41 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 55 | 0 | 0.49 | 0.78 | 0 | 22.5 | 1 | 0.61 |
| Hex | FF | 82 | 37 | 0 | 31 | 4E | 0 | 16 | 64 | 3D |
| Octal | 377 | 202 | 67 | 0 | 61 | 116 | 0 | 26 | 144 | 75 |
| Binary | 11111111 | 10000010 | 110111 | 0 | 110001 | 1001110 | 0 | 10110 | 1100100 | 111101 |
Color Harmonies of #FF8237
Complementary color
Monochromatic Colors of #FF8237
Black with #FF8237
Text Example
Text Example
White with #FF8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8237; }
p { color: rgb(255,130,55); }
H1.HeaderClassName
{
color: #FF8237;
}
.AnyTagClassName
{
color: #FF8237;
}
</style>
background-color css
<style>
a { background-color: #FF8237; }
a { background-color: rgb(255,130,55); }
div.DivClassName
{
background-color: #FF8237;
}
.BgClassName
{
background-color: #FF8237;
}
</style>
border-color css
<style>
span { border-color: #FF8237; }
span { border-color: rgb(255,130,55); }
td.TdClassName
{
border-color: #FF8237;
}
.TagClassName
{
border-color: #FF8237;
}
</style>