Shades of Burnt Orange #FE802E
Tints of Burnt Orange #FE802E
RGB
CMYK
RGB Variations
Color information
#FE802E (or 0xFE802E) is known color: Burnt Orange. HEX triplet: FE, 80 and 2E. RGB value is (254,128,46). Sum of RGB (Red+Green+Blue) = 254+128+46=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE802E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE802E is #017FD1. Grayscale: #9C9C9C. Windows color (decimal): -98258 or 3047678. OLE color: 3047678.
HSL color Cylindrical-coordinate representation of color #FE802E: hue angle of 23.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE802E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.00 |
| HSL | 23.65º | 0.99% | 0.59% | - |
| HSV(B) | 23.65º | 0.82% | 1% | - |
| XYZ | 49.09 | 36.71 | 7.08 | - |
| YUV | 156.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 46 | 0 | 0.50 | 0.82 | 0.00 | 23.65 | 0.99 | 0.59 |
| Hex | FE | 80 | 2E | 0 | 32 | 52 | 0 | 18 | 63 | 3B |
| Octal | 376 | 200 | 56 | 0 | 62 | 122 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000000 | 101110 | 0 | 110010 | 1010010 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE802E
Complementary color
Monochromatic Colors of #FE802E
Black with #FE802E
Text Example
Text Example
White with #FE802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE802E; }
p { color: rgb(254,128,46); }
H1.HeaderClassName
{
color: #FE802E;
}
.AnyTagClassName
{
color: #FE802E;
}
</style>
background-color css
<style>
a { background-color: #FE802E; }
a { background-color: rgb(254,128,46); }
div.DivClassName
{
background-color: #FE802E;
}
.BgClassName
{
background-color: #FE802E;
}
</style>
border-color css
<style>
span { border-color: #FE802E; }
span { border-color: rgb(254,128,46); }
td.TdClassName
{
border-color: #FE802E;
}
.TagClassName
{
border-color: #FE802E;
}
</style>