Shades of Burnt Orange #FB7229
Tints of Burnt Orange #FB7229
RGB
CMYK
RGB Variations
Color information
#FB7229 (or 0xFB7229) is known color: Burnt Orange. HEX triplet: FB, 72 and 29. RGB value is (251,114,41). Sum of RGB (Red+Green+Blue) = 251+114+41=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7229 is #048DD6. Grayscale: #939393. Windows color (decimal): -298455 or 2716411. OLE color: 2716411.
HSL color Cylindrical-coordinate representation of color #FB7229: hue angle of 20.86º 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 #FB7229 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.02 |
| HSL | 20.86º | 0.96% | 0.57% | - |
| HSV(B) | 20.86º | 0.84% | 0.98% | - |
| XYZ | 46.2 | 32.7 | 5.98 | - |
| YUV | 146.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 41 | 0 | 0.55 | 0.84 | 0.02 | 20.86 | 0.96 | 0.57 |
| Hex | FB | 72 | 29 | 0 | 37 | 54 | 2 | 15 | 60 | 39 |
| Octal | 373 | 162 | 51 | 0 | 67 | 124 | 2 | 25 | 140 | 71 |
| Binary | 11111011 | 1110010 | 101001 | 0 | 110111 | 1010100 | 10 | 10101 | 1100000 | 111001 |
Color Harmonies of #FB7229
Complementary color
Monochromatic Colors of #FB7229
Black with #FB7229
Text Example
Text Example
White with #FB7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7229; }
p { color: rgb(251,114,41); }
H1.HeaderClassName
{
color: #FB7229;
}
.AnyTagClassName
{
color: #FB7229;
}
</style>
background-color css
<style>
a { background-color: #FB7229; }
a { background-color: rgb(251,114,41); }
div.DivClassName
{
background-color: #FB7229;
}
.BgClassName
{
background-color: #FB7229;
}
</style>
border-color css
<style>
span { border-color: #FB7229; }
span { border-color: rgb(251,114,41); }
td.TdClassName
{
border-color: #FB7229;
}
.TagClassName
{
border-color: #FB7229;
}
</style>