Shades of Burnt Orange #FB812E
Tints of Burnt Orange #FB812E
RGB
CMYK
RGB Variations
Color information
#FB812E (or 0xFB812E) is known color: Burnt Orange. HEX triplet: FB, 81 and 2E. RGB value is (251,129,46). Sum of RGB (Red+Green+Blue) = 251+129+46=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB812E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB812E is #047ED1. Grayscale: #9C9C9C. Windows color (decimal): -294610 or 3047931. OLE color: 3047931.
HSL color Cylindrical-coordinate representation of color #FB812E: hue angle of 24.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB812E is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 46 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.02 |
| HSL | 24.29º | 0.96% | 0.58% | - |
| HSV(B) | 24.29º | 0.82% | 0.98% | - |
| XYZ | 48.13 | 36.41 | 7.08 | - |
| YUV | 156.02 | 65.92 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 46 | 0 | 0.49 | 0.82 | 0.02 | 24.29 | 0.96 | 0.58 |
| Hex | FB | 81 | 2E | 0 | 31 | 52 | 2 | 18 | 60 | 3A |
| Octal | 373 | 201 | 56 | 0 | 61 | 122 | 2 | 30 | 140 | 72 |
| Binary | 11111011 | 10000001 | 101110 | 0 | 110001 | 1010010 | 10 | 11000 | 1100000 | 111010 |
Color Harmonies of #FB812E
Complementary color
Monochromatic Colors of #FB812E
Black with #FB812E
Text Example
Text Example
White with #FB812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB812E; }
p { color: rgb(251,129,46); }
H1.HeaderClassName
{
color: #FB812E;
}
.AnyTagClassName
{
color: #FB812E;
}
</style>
background-color css
<style>
a { background-color: #FB812E; }
a { background-color: rgb(251,129,46); }
div.DivClassName
{
background-color: #FB812E;
}
.BgClassName
{
background-color: #FB812E;
}
</style>
border-color css
<style>
span { border-color: #FB812E; }
span { border-color: rgb(251,129,46); }
td.TdClassName
{
border-color: #FB812E;
}
.TagClassName
{
border-color: #FB812E;
}
</style>