Shades of Burnt Orange #FB7129
Tints of Burnt Orange #FB7129
RGB
CMYK
RGB Variations
Color information
#FB7129 (or 0xFB7129) is known color: Burnt Orange. HEX triplet: FB, 71 and 29. RGB value is (251,113,41). Sum of RGB (Red+Green+Blue) = 251+113+41=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7129 is #048ED6. Grayscale: #929292. Windows color (decimal): -298711 or 2716155. OLE color: 2716155.
HSL color Cylindrical-coordinate representation of color #FB7129: hue angle of 20.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB7129 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.02 |
| HSL | 20.57º | 0.96% | 0.57% | - |
| HSV(B) | 20.57º | 0.84% | 0.98% | - |
| XYZ | 46.09 | 32.48 | 5.94 | - |
| YUV | 146.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 41 | 0 | 0.55 | 0.84 | 0.02 | 20.57 | 0.96 | 0.57 |
| Hex | FB | 71 | 29 | 0 | 37 | 54 | 2 | 15 | 60 | 39 |
| Octal | 373 | 161 | 51 | 0 | 67 | 124 | 2 | 25 | 140 | 71 |
| Binary | 11111011 | 1110001 | 101001 | 0 | 110111 | 1010100 | 10 | 10101 | 1100000 | 111001 |
Color Harmonies of #FB7129
Complementary color
Monochromatic Colors of #FB7129
Black with #FB7129
Text Example
Text Example
White with #FB7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7129; }
p { color: rgb(251,113,41); }
H1.HeaderClassName
{
color: #FB7129;
}
.AnyTagClassName
{
color: #FB7129;
}
</style>
background-color css
<style>
a { background-color: #FB7129; }
a { background-color: rgb(251,113,41); }
div.DivClassName
{
background-color: #FB7129;
}
.BgClassName
{
background-color: #FB7129;
}
</style>
border-color css
<style>
span { border-color: #FB7129; }
span { border-color: rgb(251,113,41); }
td.TdClassName
{
border-color: #FB7129;
}
.TagClassName
{
border-color: #FB7129;
}
</style>