Shades of Burnt Orange #FF8039
Tints of Burnt Orange #FF8039
RGB
CMYK
RGB Variations
Color information
#FF8039 (or 0xFF8039) is known color: Burnt Orange. HEX triplet: FF, 80 and 39. RGB value is (255,128,57). Sum of RGB (Red+Green+Blue) = 255+128+57=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8039 is #007FC6. Grayscale: #9E9E9E. Windows color (decimal): -32711 or 3768575. OLE color: 3768575.
HSL color Cylindrical-coordinate representation of color #FF8039: hue angle of 21.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF8039 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 57 | - |
| CMYK | 0 | 0.50 | 0.78 | 0 |
| HSL | 21.52º | 1% | 0.61% | - |
| HSV(B) | 21.52º | 0.78% | 1% | - |
| XYZ | 49.7 | 36.99 | 8.39 | - |
| YUV | 157.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 57 | 0 | 0.50 | 0.78 | 0 | 21.52 | 1 | 0.61 |
| Hex | FF | 80 | 39 | 0 | 32 | 4E | 0 | 16 | 64 | 3D |
| Octal | 377 | 200 | 71 | 0 | 62 | 116 | 0 | 26 | 144 | 75 |
| Binary | 11111111 | 10000000 | 111001 | 0 | 110010 | 1001110 | 0 | 10110 | 1100100 | 111101 |
Color Harmonies of #FF8039
Complementary color
Monochromatic Colors of #FF8039
Black with #FF8039
Text Example
Text Example
White with #FF8039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8039; }
p { color: rgb(255,128,57); }
H1.HeaderClassName
{
color: #FF8039;
}
.AnyTagClassName
{
color: #FF8039;
}
</style>
background-color css
<style>
a { background-color: #FF8039; }
a { background-color: rgb(255,128,57); }
div.DivClassName
{
background-color: #FF8039;
}
.BgClassName
{
background-color: #FF8039;
}
</style>
border-color css
<style>
span { border-color: #FF8039; }
span { border-color: rgb(255,128,57); }
td.TdClassName
{
border-color: #FF8039;
}
.TagClassName
{
border-color: #FF8039;
}
</style>