Shades of Burnt Orange #FE8032
Tints of Burnt Orange #FE8032
RGB
CMYK
RGB Variations
Color information
#FE8032 (or 0xFE8032) is known color: Burnt Orange. HEX triplet: FE, 80 and 32. RGB value is (254,128,50). Sum of RGB (Red+Green+Blue) = 254+128+50=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8032 is #017FCD. Grayscale: #9D9D9D. Windows color (decimal): -98254 or 3309822. OLE color: 3309822.
HSL color Cylindrical-coordinate representation of color #FE8032: hue angle of 22.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8032 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 50 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.00 |
| HSL | 22.94º | 0.99% | 0.6% | - |
| HSV(B) | 22.94º | 0.8% | 1% | - |
| XYZ | 49.17 | 36.74 | 7.52 | - |
| YUV | 156.78 | 67.74 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 50 | 0 | 0.50 | 0.80 | 0.00 | 22.94 | 0.99 | 0.6 |
| Hex | FE | 80 | 32 | 0 | 32 | 50 | 0 | 17 | 63 | 3C |
| Octal | 376 | 200 | 62 | 0 | 62 | 120 | 0 | 27 | 143 | 74 |
| Binary | 11111110 | 10000000 | 110010 | 0 | 110010 | 1010000 | 0 | 10111 | 1100011 | 111100 |
Color Harmonies of #FE8032
Complementary color
Monochromatic Colors of #FE8032
Black with #FE8032
Text Example
Text Example
White with #FE8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8032; }
p { color: rgb(254,128,50); }
H1.HeaderClassName
{
color: #FE8032;
}
.AnyTagClassName
{
color: #FE8032;
}
</style>
background-color css
<style>
a { background-color: #FE8032; }
a { background-color: rgb(254,128,50); }
div.DivClassName
{
background-color: #FE8032;
}
.BgClassName
{
background-color: #FE8032;
}
</style>
border-color css
<style>
span { border-color: #FE8032; }
span { border-color: rgb(254,128,50); }
td.TdClassName
{
border-color: #FE8032;
}
.TagClassName
{
border-color: #FE8032;
}
</style>