Shades of Burnt Orange #FB8136
Tints of Burnt Orange #FB8136
RGB
CMYK
RGB Variations
Color information
#FB8136 (or 0xFB8136) is known color: Burnt Orange. HEX triplet: FB, 81 and 36. RGB value is (251,129,54). Sum of RGB (Red+Green+Blue) = 251+129+54=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8136 is #047EC9. Grayscale: #9D9D9D. Windows color (decimal): -294602 or 3572219. OLE color: 3572219.
HSL color Cylindrical-coordinate representation of color #FB8136: hue angle of 22.84º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB8136 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 54 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.02 |
| HSL | 22.84º | 0.96% | 0.6% | - |
| HSV(B) | 22.84º | 0.78% | 0.98% | - |
| XYZ | 48.3 | 36.48 | 7.98 | - |
| YUV | 156.93 | 69.92 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 54 | 0 | 0.49 | 0.78 | 0.02 | 22.84 | 0.96 | 0.6 |
| Hex | FB | 81 | 36 | 0 | 31 | 4E | 2 | 17 | 60 | 3C |
| Octal | 373 | 201 | 66 | 0 | 61 | 116 | 2 | 27 | 140 | 74 |
| Binary | 11111011 | 10000001 | 110110 | 0 | 110001 | 1001110 | 10 | 10111 | 1100000 | 111100 |
Color Harmonies of #FB8136
Complementary color
Monochromatic Colors of #FB8136
Black with #FB8136
Text Example
Text Example
White with #FB8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8136; }
p { color: rgb(251,129,54); }
H1.HeaderClassName
{
color: #FB8136;
}
.AnyTagClassName
{
color: #FB8136;
}
</style>
background-color css
<style>
a { background-color: #FB8136; }
a { background-color: rgb(251,129,54); }
div.DivClassName
{
background-color: #FB8136;
}
.BgClassName
{
background-color: #FB8136;
}
</style>
border-color css
<style>
span { border-color: #FB8136; }
span { border-color: rgb(251,129,54); }
td.TdClassName
{
border-color: #FB8136;
}
.TagClassName
{
border-color: #FB8136;
}
</style>