Shades of Burnt Orange #FE8237
Tints of Burnt Orange #FE8237
RGB
CMYK
RGB Variations
Color information
#FE8237 (or 0xFE8237) is known color: Burnt Orange. HEX triplet: FE, 82 and 37. RGB value is (254,130,55). Sum of RGB (Red+Green+Blue) = 254+130+55=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8237 is #017DC8. Grayscale: #9E9E9E. Windows color (decimal): -97737 or 3638014. OLE color: 3638014.
HSL color Cylindrical-coordinate representation of color #FE8237: hue angle of 22.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE8237 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 55 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.00 |
| HSL | 22.61º | 0.99% | 0.61% | - |
| HSV(B) | 22.61º | 0.78% | 1% | - |
| XYZ | 49.55 | 37.31 | 8.21 | - |
| YUV | 158.53 | 69.58 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 55 | 0 | 0.49 | 0.78 | 0.00 | 22.61 | 0.99 | 0.61 |
| Hex | FE | 82 | 37 | 0 | 31 | 4E | 0 | 17 | 63 | 3D |
| Octal | 376 | 202 | 67 | 0 | 61 | 116 | 0 | 27 | 143 | 75 |
| Binary | 11111110 | 10000010 | 110111 | 0 | 110001 | 1001110 | 0 | 10111 | 1100011 | 111101 |
Color Harmonies of #FE8237
Complementary color
Monochromatic Colors of #FE8237
Black with #FE8237
Text Example
Text Example
White with #FE8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8237; }
p { color: rgb(254,130,55); }
H1.HeaderClassName
{
color: #FE8237;
}
.AnyTagClassName
{
color: #FE8237;
}
</style>
background-color css
<style>
a { background-color: #FE8237; }
a { background-color: rgb(254,130,55); }
div.DivClassName
{
background-color: #FE8237;
}
.BgClassName
{
background-color: #FE8237;
}
</style>
border-color css
<style>
span { border-color: #FE8237; }
span { border-color: rgb(254,130,55); }
td.TdClassName
{
border-color: #FE8237;
}
.TagClassName
{
border-color: #FE8237;
}
</style>