Shades of Burnt Orange #FF822B
Tints of Burnt Orange #FF822B
RGB
CMYK
RGB Variations
Color information
#FF822B (or 0xFF822B) is known color: Burnt Orange. HEX triplet: FF, 82 and 2B. RGB value is (255,130,43). Sum of RGB (Red+Green+Blue) = 255+130+43=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF822B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF822B is #007DD4. Grayscale: #9D9D9D. Windows color (decimal): -32213 or 2851583. OLE color: 2851583.
HSL color Cylindrical-coordinate representation of color #FF822B: hue angle of 24.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF822B is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 43 | - |
| CMYK | 0 | 0.49 | 0.83 | 0 |
| HSL | 24.62º | 1% | 0.58% | - |
| HSV(B) | 24.62º | 0.83% | 1% | - |
| XYZ | 49.66 | 37.4 | 6.89 | - |
| YUV | 157.46 | 63.41 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 43 | 0 | 0.49 | 0.83 | 0 | 24.62 | 1 | 0.58 |
| Hex | FF | 82 | 2B | 0 | 31 | 53 | 0 | 19 | 64 | 3A |
| Octal | 377 | 202 | 53 | 0 | 61 | 123 | 0 | 31 | 144 | 72 |
| Binary | 11111111 | 10000010 | 101011 | 0 | 110001 | 1010011 | 0 | 11001 | 1100100 | 111010 |
Color Harmonies of #FF822B
Complementary color
Monochromatic Colors of #FF822B
Black with #FF822B
Text Example
Text Example
White with #FF822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF822B; }
p { color: rgb(255,130,43); }
H1.HeaderClassName
{
color: #FF822B;
}
.AnyTagClassName
{
color: #FF822B;
}
</style>
background-color css
<style>
a { background-color: #FF822B; }
a { background-color: rgb(255,130,43); }
div.DivClassName
{
background-color: #FF822B;
}
.BgClassName
{
background-color: #FF822B;
}
</style>
border-color css
<style>
span { border-color: #FF822B; }
span { border-color: rgb(255,130,43); }
td.TdClassName
{
border-color: #FF822B;
}
.TagClassName
{
border-color: #FF822B;
}
</style>