Shades of Burnt Orange #FF803D
Tints of Burnt Orange #FF803D
RGB
CMYK
RGB Variations
Color information
#FF803D (or 0xFF803D) is known color: Burnt Orange. HEX triplet: FF, 80 and 3D. RGB value is (255,128,61). Sum of RGB (Red+Green+Blue) = 255+128+61=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803D is #007FC2. Grayscale: #9E9E9E. Windows color (decimal): -32707 or 4030719. OLE color: 4030719.
HSL color Cylindrical-coordinate representation of color #FF803D: hue angle of 20.72º 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 #FF803D is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 61 | - |
| CMYK | 0 | 0.50 | 0.76 | 0 |
| HSL | 20.72º | 1% | 0.62% | - |
| HSV(B) | 20.72º | 0.76% | 1% | - |
| XYZ | 49.8 | 37.04 | 8.94 | - |
| YUV | 158.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 61 | 0 | 0.50 | 0.76 | 0 | 20.72 | 1 | 0.62 |
| Hex | FF | 80 | 3D | 0 | 32 | 4C | 0 | 15 | 64 | 3E |
| Octal | 377 | 200 | 75 | 0 | 62 | 114 | 0 | 25 | 144 | 76 |
| Binary | 11111111 | 10000000 | 111101 | 0 | 110010 | 1001100 | 0 | 10101 | 1100100 | 111110 |
Color Harmonies of #FF803D
Complementary color
Monochromatic Colors of #FF803D
Black with #FF803D
Text Example
Text Example
White with #FF803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF803D; }
p { color: rgb(255,128,61); }
H1.HeaderClassName
{
color: #FF803D;
}
.AnyTagClassName
{
color: #FF803D;
}
</style>
background-color css
<style>
a { background-color: #FF803D; }
a { background-color: rgb(255,128,61); }
div.DivClassName
{
background-color: #FF803D;
}
.BgClassName
{
background-color: #FF803D;
}
</style>
border-color css
<style>
span { border-color: #FF803D; }
span { border-color: rgb(255,128,61); }
td.TdClassName
{
border-color: #FF803D;
}
.TagClassName
{
border-color: #FF803D;
}
</style>