Shades of Burnt Orange #FF812C
Tints of Burnt Orange #FF812C
RGB
CMYK
RGB Variations
Color information
#FF812C (or 0xFF812C) is known color: Burnt Orange. HEX triplet: FF, 81 and 2C. RGB value is (255,129,44). Sum of RGB (Red+Green+Blue) = 255+129+44=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF812C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF812C is #007ED3. Grayscale: #9D9D9D. Windows color (decimal): -32468 or 2916863. OLE color: 2916863.
HSL color Cylindrical-coordinate representation of color #FF812C: hue angle of 24.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF812C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 44 | - |
| CMYK | 0 | 0.49 | 0.83 | 0 |
| HSL | 24.17º | 1% | 0.59% | - |
| HSV(B) | 24.17º | 0.83% | 1% | - |
| XYZ | 49.54 | 37.14 | 6.94 | - |
| YUV | 156.98 | 64.24 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 44 | 0 | 0.49 | 0.83 | 0 | 24.17 | 1 | 0.59 |
| Hex | FF | 81 | 2C | 0 | 31 | 53 | 0 | 18 | 64 | 3B |
| Octal | 377 | 201 | 54 | 0 | 61 | 123 | 0 | 30 | 144 | 73 |
| Binary | 11111111 | 10000001 | 101100 | 0 | 110001 | 1010011 | 0 | 11000 | 1100100 | 111011 |
Color Harmonies of #FF812C
Complementary color
Monochromatic Colors of #FF812C
Black with #FF812C
Text Example
Text Example
White with #FF812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF812C; }
p { color: rgb(255,129,44); }
H1.HeaderClassName
{
color: #FF812C;
}
.AnyTagClassName
{
color: #FF812C;
}
</style>
background-color css
<style>
a { background-color: #FF812C; }
a { background-color: rgb(255,129,44); }
div.DivClassName
{
background-color: #FF812C;
}
.BgClassName
{
background-color: #FF812C;
}
</style>
border-color css
<style>
span { border-color: #FF812C; }
span { border-color: rgb(255,129,44); }
td.TdClassName
{
border-color: #FF812C;
}
.TagClassName
{
border-color: #FF812C;
}
</style>