Shades of Burnt Orange #FF8332
Tints of Burnt Orange #FF8332
RGB
CMYK
RGB Variations
Color information
#FF8332 (or 0xFF8332) is known color: Burnt Orange. HEX triplet: FF, 83 and 32. RGB value is (255,131,50). Sum of RGB (Red+Green+Blue) = 255+131+50=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8332 is #007CCD. Grayscale: #9F9F9F. Windows color (decimal): -31950 or 3310591. OLE color: 3310591.
HSL color Cylindrical-coordinate representation of color #FF8332: hue angle of 23.71º 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 #FF8332 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 50 | - |
| CMYK | 0 | 0.49 | 0.80 | 0 |
| HSL | 23.71º | 1% | 0.6% | - |
| HSV(B) | 23.71º | 0.8% | 1% | - |
| XYZ | 49.93 | 37.72 | 7.67 | - |
| YUV | 158.84 | 66.58 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 50 | 0 | 0.49 | 0.80 | 0 | 23.71 | 1 | 0.6 |
| Hex | FF | 83 | 32 | 0 | 31 | 50 | 0 | 18 | 64 | 3C |
| Octal | 377 | 203 | 62 | 0 | 61 | 120 | 0 | 30 | 144 | 74 |
| Binary | 11111111 | 10000011 | 110010 | 0 | 110001 | 1010000 | 0 | 11000 | 1100100 | 111100 |
Color Harmonies of #FF8332
Complementary color
Monochromatic Colors of #FF8332
Black with #FF8332
Text Example
Text Example
White with #FF8332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8332; }
p { color: rgb(255,131,50); }
H1.HeaderClassName
{
color: #FF8332;
}
.AnyTagClassName
{
color: #FF8332;
}
</style>
background-color css
<style>
a { background-color: #FF8332; }
a { background-color: rgb(255,131,50); }
div.DivClassName
{
background-color: #FF8332;
}
.BgClassName
{
background-color: #FF8332;
}
</style>
border-color css
<style>
span { border-color: #FF8332; }
span { border-color: rgb(255,131,50); }
td.TdClassName
{
border-color: #FF8332;
}
.TagClassName
{
border-color: #FF8332;
}
</style>