Shades of Burnt Orange #FF803B
Tints of Burnt Orange #FF803B
RGB
CMYK
RGB Variations
Color information
#FF803B (or 0xFF803B) is known color: Burnt Orange. HEX triplet: FF, 80 and 3B. RGB value is (255,128,59). Sum of RGB (Red+Green+Blue) = 255+128+59=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803B is #007FC4. Grayscale: #9E9E9E. Windows color (decimal): -32709 or 3899647. OLE color: 3899647.
HSL color Cylindrical-coordinate representation of color #FF803B: hue angle of 21.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF803B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 59 | - |
| CMYK | 0 | 0.50 | 0.77 | 0 |
| HSL | 21.12º | 1% | 0.62% | - |
| HSV(B) | 21.12º | 0.77% | 1% | - |
| XYZ | 49.75 | 37.01 | 8.66 | - |
| YUV | 158.11 | 72.08 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 59 | 0 | 0.50 | 0.77 | 0 | 21.12 | 1 | 0.62 |
| Hex | FF | 80 | 3B | 0 | 32 | 4D | 0 | 15 | 64 | 3E |
| Octal | 377 | 200 | 73 | 0 | 62 | 115 | 0 | 25 | 144 | 76 |
| Binary | 11111111 | 10000000 | 111011 | 0 | 110010 | 1001101 | 0 | 10101 | 1100100 | 111110 |
Color Harmonies of #FF803B
Complementary color
Monochromatic Colors of #FF803B
Black with #FF803B
Text Example
Text Example
White with #FF803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF803B; }
p { color: rgb(255,128,59); }
H1.HeaderClassName
{
color: #FF803B;
}
.AnyTagClassName
{
color: #FF803B;
}
</style>
background-color css
<style>
a { background-color: #FF803B; }
a { background-color: rgb(255,128,59); }
div.DivClassName
{
background-color: #FF803B;
}
.BgClassName
{
background-color: #FF803B;
}
</style>
border-color css
<style>
span { border-color: #FF803B; }
span { border-color: rgb(255,128,59); }
td.TdClassName
{
border-color: #FF803B;
}
.TagClassName
{
border-color: #FF803B;
}
</style>