Shades of Burnt Orange #FF8035
Tints of Burnt Orange #FF8035
RGB
CMYK
RGB Variations
Color information
#FF8035 (or 0xFF8035) is known color: Burnt Orange. HEX triplet: FF, 80 and 35. RGB value is (255,128,53). Sum of RGB (Red+Green+Blue) = 255+128+53=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8035 is #007FCA. Grayscale: #9D9D9D. Windows color (decimal): -32715 or 3506431. OLE color: 3506431.
HSL color Cylindrical-coordinate representation of color #FF8035: hue angle of 22.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF8035 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 53 | - |
| CMYK | 0 | 0.50 | 0.79 | 0 |
| HSL | 22.28º | 1% | 0.6% | - |
| HSV(B) | 22.28º | 0.79% | 1% | - |
| XYZ | 49.6 | 36.96 | 7.89 | - |
| YUV | 157.42 | 69.08 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 53 | 0 | 0.50 | 0.79 | 0 | 22.28 | 1 | 0.6 |
| Hex | FF | 80 | 35 | 0 | 32 | 4F | 0 | 16 | 64 | 3C |
| Octal | 377 | 200 | 65 | 0 | 62 | 117 | 0 | 26 | 144 | 74 |
| Binary | 11111111 | 10000000 | 110101 | 0 | 110010 | 1001111 | 0 | 10110 | 1100100 | 111100 |
Color Harmonies of #FF8035
Complementary color
Monochromatic Colors of #FF8035
Black with #FF8035
Text Example
Text Example
White with #FF8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8035; }
p { color: rgb(255,128,53); }
H1.HeaderClassName
{
color: #FF8035;
}
.AnyTagClassName
{
color: #FF8035;
}
</style>
background-color css
<style>
a { background-color: #FF8035; }
a { background-color: rgb(255,128,53); }
div.DivClassName
{
background-color: #FF8035;
}
.BgClassName
{
background-color: #FF8035;
}
</style>
border-color css
<style>
span { border-color: #FF8035; }
span { border-color: rgb(255,128,53); }
td.TdClassName
{
border-color: #FF8035;
}
.TagClassName
{
border-color: #FF8035;
}
</style>