Shades of Burnt Orange #FF802E
Tints of Burnt Orange #FF802E
RGB
CMYK
RGB Variations
Color information
#FF802E (or 0xFF802E) is known color: Burnt Orange. HEX triplet: FF, 80 and 2E. RGB value is (255,128,46). Sum of RGB (Red+Green+Blue) = 255+128+46=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF802E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF802E is #007FD1. Grayscale: #9D9D9D. Windows color (decimal): -32722 or 3047679. OLE color: 3047679.
HSL color Cylindrical-coordinate representation of color #FF802E: hue angle of 23.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF802E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0 |
| HSL | 23.54º | 1% | 0.59% | - |
| HSV(B) | 23.54º | 0.82% | 1% | - |
| XYZ | 49.45 | 36.9 | 7.1 | - |
| YUV | 156.63 | 65.58 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 46 | 0 | 0.50 | 0.82 | 0 | 23.54 | 1 | 0.59 |
| Hex | FF | 80 | 2E | 0 | 32 | 52 | 0 | 18 | 64 | 3B |
| Octal | 377 | 200 | 56 | 0 | 62 | 122 | 0 | 30 | 144 | 73 |
| Binary | 11111111 | 10000000 | 101110 | 0 | 110010 | 1010010 | 0 | 11000 | 1100100 | 111011 |
Color Harmonies of #FF802E
Complementary color
Monochromatic Colors of #FF802E
Black with #FF802E
Text Example
Text Example
White with #FF802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF802E; }
p { color: rgb(255,128,46); }
H1.HeaderClassName
{
color: #FF802E;
}
.AnyTagClassName
{
color: #FF802E;
}
</style>
background-color css
<style>
a { background-color: #FF802E; }
a { background-color: rgb(255,128,46); }
div.DivClassName
{
background-color: #FF802E;
}
.BgClassName
{
background-color: #FF802E;
}
</style>
border-color css
<style>
span { border-color: #FF802E; }
span { border-color: rgb(255,128,46); }
td.TdClassName
{
border-color: #FF802E;
}
.TagClassName
{
border-color: #FF802E;
}
</style>