Shades of Burnt Orange #FF8034
Tints of Burnt Orange #FF8034
RGB
CMYK
RGB Variations
Color information
#FF8034 (or 0xFF8034) is known color: Burnt Orange. HEX triplet: FF, 80 and 34. RGB value is (255,128,52). Sum of RGB (Red+Green+Blue) = 255+128+52=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8034 is #007FCB. Grayscale: #9D9D9D. Windows color (decimal): -32716 or 3440895. OLE color: 3440895.
HSL color Cylindrical-coordinate representation of color #FF8034: hue angle of 22.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF8034 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 52 | - |
| CMYK | 0 | 0.50 | 0.80 | 0 |
| HSL | 22.46º | 1% | 0.6% | - |
| HSV(B) | 22.46º | 0.8% | 1% | - |
| XYZ | 49.58 | 36.95 | 7.77 | - |
| YUV | 157.31 | 68.58 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 52 | 0 | 0.50 | 0.80 | 0 | 22.46 | 1 | 0.6 |
| Hex | FF | 80 | 34 | 0 | 32 | 50 | 0 | 16 | 64 | 3C |
| Octal | 377 | 200 | 64 | 0 | 62 | 120 | 0 | 26 | 144 | 74 |
| Binary | 11111111 | 10000000 | 110100 | 0 | 110010 | 1010000 | 0 | 10110 | 1100100 | 111100 |
Color Harmonies of #FF8034
Complementary color
Monochromatic Colors of #FF8034
Black with #FF8034
Text Example
Text Example
White with #FF8034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8034; }
p { color: rgb(255,128,52); }
H1.HeaderClassName
{
color: #FF8034;
}
.AnyTagClassName
{
color: #FF8034;
}
</style>
background-color css
<style>
a { background-color: #FF8034; }
a { background-color: rgb(255,128,52); }
div.DivClassName
{
background-color: #FF8034;
}
.BgClassName
{
background-color: #FF8034;
}
</style>
border-color css
<style>
span { border-color: #FF8034; }
span { border-color: rgb(255,128,52); }
td.TdClassName
{
border-color: #FF8034;
}
.TagClassName
{
border-color: #FF8034;
}
</style>