Shades of Burnt Orange #FF8337
Tints of Burnt Orange #FF8337
RGB
CMYK
RGB Variations
Color information
#FF8337 (or 0xFF8337) is known color: Burnt Orange. HEX triplet: FF, 83 and 37. RGB value is (255,131,55). Sum of RGB (Red+Green+Blue) = 255+131+55=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8337 is #007CC8. Grayscale: #9F9F9F. Windows color (decimal): -31945 or 3638271. OLE color: 3638271.
HSL color Cylindrical-coordinate representation of color #FF8337: hue angle of 22.8º 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 #FF8337 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0 |
| HSL | 22.8º | 1% | 0.61% | - |
| HSV(B) | 22.8º | 0.78% | 1% | - |
| XYZ | 50.05 | 37.77 | 8.27 | - |
| YUV | 159.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 55 | 0 | 0.49 | 0.78 | 0 | 22.8 | 1 | 0.61 |
| Hex | FF | 83 | 37 | 0 | 31 | 4E | 0 | 17 | 64 | 3D |
| Octal | 377 | 203 | 67 | 0 | 61 | 116 | 0 | 27 | 144 | 75 |
| Binary | 11111111 | 10000011 | 110111 | 0 | 110001 | 1001110 | 0 | 10111 | 1100100 | 111101 |
Color Harmonies of #FF8337
Complementary color
Monochromatic Colors of #FF8337
Black with #FF8337
Text Example
Text Example
White with #FF8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8337; }
p { color: rgb(255,131,55); }
H1.HeaderClassName
{
color: #FF8337;
}
.AnyTagClassName
{
color: #FF8337;
}
</style>
background-color css
<style>
a { background-color: #FF8337; }
a { background-color: rgb(255,131,55); }
div.DivClassName
{
background-color: #FF8337;
}
.BgClassName
{
background-color: #FF8337;
}
</style>
border-color css
<style>
span { border-color: #FF8337; }
span { border-color: rgb(255,131,55); }
td.TdClassName
{
border-color: #FF8337;
}
.TagClassName
{
border-color: #FF8337;
}
</style>