Shades of Burnt Orange #FF8336
Tints of Burnt Orange #FF8336
RGB
CMYK
RGB Variations
Color information
#FF8336 (or 0xFF8336) is known color: Burnt Orange. HEX triplet: FF, 83 and 36. RGB value is (255,131,54). Sum of RGB (Red+Green+Blue) = 255+131+54=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8336 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8336 is #007CC9. Grayscale: #9F9F9F. Windows color (decimal): -31946 or 3572735. OLE color: 3572735.
HSL color Cylindrical-coordinate representation of color #FF8336: hue angle of 22.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF8336 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 54 | - |
| CMYK | 0 | 0.49 | 0.79 | 0 |
| HSL | 22.99º | 1% | 0.61% | - |
| HSV(B) | 22.99º | 0.79% | 1% | - |
| XYZ | 50.02 | 37.76 | 8.14 | - |
| YUV | 159.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 54 | 0 | 0.49 | 0.79 | 0 | 22.99 | 1 | 0.61 |
| Hex | FF | 83 | 36 | 0 | 31 | 4F | 0 | 17 | 64 | 3D |
| Octal | 377 | 203 | 66 | 0 | 61 | 117 | 0 | 27 | 144 | 75 |
| Binary | 11111111 | 10000011 | 110110 | 0 | 110001 | 1001111 | 0 | 10111 | 1100100 | 111101 |
Color Harmonies of #FF8336
Complementary color
Monochromatic Colors of #FF8336
Black with #FF8336
Text Example
Text Example
White with #FF8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8336; }
p { color: rgb(255,131,54); }
H1.HeaderClassName
{
color: #FF8336;
}
.AnyTagClassName
{
color: #FF8336;
}
</style>
background-color css
<style>
a { background-color: #FF8336; }
a { background-color: rgb(255,131,54); }
div.DivClassName
{
background-color: #FF8336;
}
.BgClassName
{
background-color: #FF8336;
}
</style>
border-color css
<style>
span { border-color: #FF8336; }
span { border-color: rgb(255,131,54); }
td.TdClassName
{
border-color: #FF8336;
}
.TagClassName
{
border-color: #FF8336;
}
</style>