Shades of Burnt Orange #FF8339
Tints of Burnt Orange #FF8339
RGB
CMYK
RGB Variations
Color information
#FF8339 (or 0xFF8339) is known color: Burnt Orange. HEX triplet: FF, 83 and 39. RGB value is (255,131,57). Sum of RGB (Red+Green+Blue) = 255+131+57=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8339 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8339 is #007CC6. Grayscale: #A0A0A0. Windows color (decimal): -31943 or 3769343. OLE color: 3769343.
HSL color Cylindrical-coordinate representation of color #FF8339: hue angle of 22.42º 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 #FF8339 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 57 | - |
| CMYK | 0 | 0.49 | 0.78 | 0 |
| HSL | 22.42º | 1% | 0.61% | - |
| HSV(B) | 22.42º | 0.78% | 1% | - |
| XYZ | 50.09 | 37.79 | 8.52 | - |
| YUV | 159.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 57 | 0 | 0.49 | 0.78 | 0 | 22.42 | 1 | 0.61 |
| Hex | FF | 83 | 39 | 0 | 31 | 4E | 0 | 16 | 64 | 3D |
| Octal | 377 | 203 | 71 | 0 | 61 | 116 | 0 | 26 | 144 | 75 |
| Binary | 11111111 | 10000011 | 111001 | 0 | 110001 | 1001110 | 0 | 10110 | 1100100 | 111101 |
Color Harmonies of #FF8339
Complementary color
Monochromatic Colors of #FF8339
Black with #FF8339
Text Example
Text Example
White with #FF8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8339; }
p { color: rgb(255,131,57); }
H1.HeaderClassName
{
color: #FF8339;
}
.AnyTagClassName
{
color: #FF8339;
}
</style>
background-color css
<style>
a { background-color: #FF8339; }
a { background-color: rgb(255,131,57); }
div.DivClassName
{
background-color: #FF8339;
}
.BgClassName
{
background-color: #FF8339;
}
</style>
border-color css
<style>
span { border-color: #FF8339; }
span { border-color: rgb(255,131,57); }
td.TdClassName
{
border-color: #FF8339;
}
.TagClassName
{
border-color: #FF8339;
}
</style>