Shades of Burnt Orange #FF8032
Tints of Burnt Orange #FF8032
RGB
CMYK
RGB Variations
Color information
#FF8032 (or 0xFF8032) is known color: Burnt Orange. HEX triplet: FF, 80 and 32. RGB value is (255,128,50). Sum of RGB (Red+Green+Blue) = 255+128+50=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8032 is #007FCD. Grayscale: #9D9D9D. Windows color (decimal): -32718 or 3309823. OLE color: 3309823.
HSL color Cylindrical-coordinate representation of color #FF8032: hue angle of 22.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8032 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 50 | - |
| CMYK | 0 | 0.50 | 0.80 | 0 |
| HSL | 22.83º | 1% | 0.6% | - |
| HSV(B) | 22.83º | 0.8% | 1% | - |
| XYZ | 49.53 | 36.93 | 7.53 | - |
| YUV | 157.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 50 | 0 | 0.50 | 0.80 | 0 | 22.83 | 1 | 0.6 |
| Hex | FF | 80 | 32 | 0 | 32 | 50 | 0 | 17 | 64 | 3C |
| Octal | 377 | 200 | 62 | 0 | 62 | 120 | 0 | 27 | 144 | 74 |
| Binary | 11111111 | 10000000 | 110010 | 0 | 110010 | 1010000 | 0 | 10111 | 1100100 | 111100 |
Color Harmonies of #FF8032
Complementary color
Monochromatic Colors of #FF8032
Black with #FF8032
Text Example
Text Example
White with #FF8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8032; }
p { color: rgb(255,128,50); }
H1.HeaderClassName
{
color: #FF8032;
}
.AnyTagClassName
{
color: #FF8032;
}
</style>
background-color css
<style>
a { background-color: #FF8032; }
a { background-color: rgb(255,128,50); }
div.DivClassName
{
background-color: #FF8032;
}
.BgClassName
{
background-color: #FF8032;
}
</style>
border-color css
<style>
span { border-color: #FF8032; }
span { border-color: rgb(255,128,50); }
td.TdClassName
{
border-color: #FF8032;
}
.TagClassName
{
border-color: #FF8032;
}
</style>