Shades of Burnt Orange #FE8131
Tints of Burnt Orange #FE8131
RGB
CMYK
RGB Variations
Color information
#FE8131 (or 0xFE8131) is known color: Burnt Orange. HEX triplet: FE, 81 and 31. RGB value is (254,129,49). Sum of RGB (Red+Green+Blue) = 254+129+49=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8131 is #017ECE. Grayscale: #9D9D9D. Windows color (decimal): -97999 or 3244542. OLE color: 3244542.
HSL color Cylindrical-coordinate representation of color #FE8131: hue angle of 23.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE8131 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 49 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.00 |
| HSL | 23.41º | 0.99% | 0.59% | - |
| HSV(B) | 23.41º | 0.81% | 1% | - |
| XYZ | 49.28 | 36.99 | 7.45 | - |
| YUV | 157.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 49 | 0 | 0.49 | 0.81 | 0.00 | 23.41 | 0.99 | 0.59 |
| Hex | FE | 81 | 31 | 0 | 31 | 51 | 0 | 17 | 63 | 3B |
| Octal | 376 | 201 | 61 | 0 | 61 | 121 | 0 | 27 | 143 | 73 |
| Binary | 11111110 | 10000001 | 110001 | 0 | 110001 | 1010001 | 0 | 10111 | 1100011 | 111011 |
Color Harmonies of #FE8131
Complementary color
Monochromatic Colors of #FE8131
Black with #FE8131
Text Example
Text Example
White with #FE8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8131; }
p { color: rgb(254,129,49); }
H1.HeaderClassName
{
color: #FE8131;
}
.AnyTagClassName
{
color: #FE8131;
}
</style>
background-color css
<style>
a { background-color: #FE8131; }
a { background-color: rgb(254,129,49); }
div.DivClassName
{
background-color: #FE8131;
}
.BgClassName
{
background-color: #FE8131;
}
</style>
border-color css
<style>
span { border-color: #FE8131; }
span { border-color: rgb(254,129,49); }
td.TdClassName
{
border-color: #FE8131;
}
.TagClassName
{
border-color: #FE8131;
}
</style>