Shades of Burnt Orange #FB7029
Tints of Burnt Orange #FB7029
RGB
CMYK
RGB Variations
Color information
#FB7029 (or 0xFB7029) is known color: Burnt Orange. HEX triplet: FB, 70 and 29. RGB value is (251,112,41). Sum of RGB (Red+Green+Blue) = 251+112+41=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7029 is #048FD6. Grayscale: #919191. Windows color (decimal): -298967 or 2715899. OLE color: 2715899.
HSL color Cylindrical-coordinate representation of color #FB7029: hue angle of 20.29º 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 #FB7029 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.02 |
| HSL | 20.29º | 0.96% | 0.57% | - |
| HSV(B) | 20.29º | 0.84% | 0.98% | - |
| XYZ | 45.98 | 32.26 | 5.9 | - |
| YUV | 145.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 41 | 0 | 0.55 | 0.84 | 0.02 | 20.29 | 0.96 | 0.57 |
| Hex | FB | 70 | 29 | 0 | 37 | 54 | 2 | 14 | 60 | 39 |
| Octal | 373 | 160 | 51 | 0 | 67 | 124 | 2 | 24 | 140 | 71 |
| Binary | 11111011 | 1110000 | 101001 | 0 | 110111 | 1010100 | 10 | 10100 | 1100000 | 111001 |
Color Harmonies of #FB7029
Complementary color
Monochromatic Colors of #FB7029
Black with #FB7029
Text Example
Text Example
White with #FB7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7029; }
p { color: rgb(251,112,41); }
H1.HeaderClassName
{
color: #FB7029;
}
.AnyTagClassName
{
color: #FB7029;
}
</style>
background-color css
<style>
a { background-color: #FB7029; }
a { background-color: rgb(251,112,41); }
div.DivClassName
{
background-color: #FB7029;
}
.BgClassName
{
background-color: #FB7029;
}
</style>
border-color css
<style>
span { border-color: #FB7029; }
span { border-color: rgb(251,112,41); }
td.TdClassName
{
border-color: #FB7029;
}
.TagClassName
{
border-color: #FB7029;
}
</style>