Shades of Burnt Orange #FF803C
Tints of Burnt Orange #FF803C
RGB
CMYK
RGB Variations
Color information
#FF803C (or 0xFF803C) is known color: Burnt Orange. HEX triplet: FF, 80 and 3C. RGB value is (255,128,60). Sum of RGB (Red+Green+Blue) = 255+128+60=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803C is #007FC3. Grayscale: #9E9E9E. Windows color (decimal): -32708 or 3965183. OLE color: 3965183.
HSL color Cylindrical-coordinate representation of color #FF803C: hue angle of 20.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF803C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 60 | - |
| CMYK | 0 | 0.50 | 0.76 | 0 |
| HSL | 20.92º | 1% | 0.62% | - |
| HSV(B) | 20.92º | 0.76% | 1% | - |
| XYZ | 49.77 | 37.02 | 8.8 | - |
| YUV | 158.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 60 | 0 | 0.50 | 0.76 | 0 | 20.92 | 1 | 0.62 |
| Hex | FF | 80 | 3C | 0 | 32 | 4C | 0 | 15 | 64 | 3E |
| Octal | 377 | 200 | 74 | 0 | 62 | 114 | 0 | 25 | 144 | 76 |
| Binary | 11111111 | 10000000 | 111100 | 0 | 110010 | 1001100 | 0 | 10101 | 1100100 | 111110 |
Color Harmonies of #FF803C
Complementary color
Monochromatic Colors of #FF803C
Black with #FF803C
Text Example
Text Example
White with #FF803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF803C; }
p { color: rgb(255,128,60); }
H1.HeaderClassName
{
color: #FF803C;
}
.AnyTagClassName
{
color: #FF803C;
}
</style>
background-color css
<style>
a { background-color: #FF803C; }
a { background-color: rgb(255,128,60); }
div.DivClassName
{
background-color: #FF803C;
}
.BgClassName
{
background-color: #FF803C;
}
</style>
border-color css
<style>
span { border-color: #FF803C; }
span { border-color: rgb(255,128,60); }
td.TdClassName
{
border-color: #FF803C;
}
.TagClassName
{
border-color: #FF803C;
}
</style>