Shades of Burnt Orange #FF823B
Tints of Burnt Orange #FF823B
RGB
CMYK
RGB Variations
Color information
#FF823B (or 0xFF823B) is known color: Burnt Orange. HEX triplet: FF, 82 and 3B. RGB value is (255,130,59). Sum of RGB (Red+Green+Blue) = 255+130+59=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF823B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF823B is #007DC4. Grayscale: #9F9F9F. Windows color (decimal): -32197 or 3900159. OLE color: 3900159.
HSL color Cylindrical-coordinate representation of color #FF823B: hue angle of 21.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF823B is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 59 | - |
| CMYK | 0 | 0.49 | 0.77 | 0 |
| HSL | 21.73º | 1% | 0.62% | - |
| HSV(B) | 21.73º | 0.77% | 1% | - |
| XYZ | 50.01 | 37.54 | 8.75 | - |
| YUV | 159.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 59 | 0 | 0.49 | 0.77 | 0 | 21.73 | 1 | 0.62 |
| Hex | FF | 82 | 3B | 0 | 31 | 4D | 0 | 16 | 64 | 3E |
| Octal | 377 | 202 | 73 | 0 | 61 | 115 | 0 | 26 | 144 | 76 |
| Binary | 11111111 | 10000010 | 111011 | 0 | 110001 | 1001101 | 0 | 10110 | 1100100 | 111110 |
Color Harmonies of #FF823B
Complementary color
Monochromatic Colors of #FF823B
Black with #FF823B
Text Example
Text Example
White with #FF823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF823B; }
p { color: rgb(255,130,59); }
H1.HeaderClassName
{
color: #FF823B;
}
.AnyTagClassName
{
color: #FF823B;
}
</style>
background-color css
<style>
a { background-color: #FF823B; }
a { background-color: rgb(255,130,59); }
div.DivClassName
{
background-color: #FF823B;
}
.BgClassName
{
background-color: #FF823B;
}
</style>
border-color css
<style>
span { border-color: #FF823B; }
span { border-color: rgb(255,130,59); }
td.TdClassName
{
border-color: #FF823B;
}
.TagClassName
{
border-color: #FF823B;
}
</style>