Shades of Burnt Orange #FB722B
Tints of Burnt Orange #FB722B
RGB
CMYK
RGB Variations
Color information
#FB722B (or 0xFB722B) is known color: Burnt Orange. HEX triplet: FB, 72 and 2B. RGB value is (251,114,43). Sum of RGB (Red+Green+Blue) = 251+114+43=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB722B is #048DD4. Grayscale: #939393. Windows color (decimal): -298453 or 2847483. OLE color: 2847483.
HSL color Cylindrical-coordinate representation of color #FB722B: hue angle of 20.48º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB722B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 43 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.02 |
| HSL | 20.48º | 0.96% | 0.58% | - |
| HSV(B) | 20.48º | 0.83% | 0.98% | - |
| XYZ | 46.24 | 32.72 | 6.16 | - |
| YUV | 146.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 43 | 0 | 0.55 | 0.83 | 0.02 | 20.48 | 0.96 | 0.58 |
| Hex | FB | 72 | 2B | 0 | 37 | 53 | 2 | 14 | 60 | 3A |
| Octal | 373 | 162 | 53 | 0 | 67 | 123 | 2 | 24 | 140 | 72 |
| Binary | 11111011 | 1110010 | 101011 | 0 | 110111 | 1010011 | 10 | 10100 | 1100000 | 111010 |
Color Harmonies of #FB722B
Complementary color
Monochromatic Colors of #FB722B
Black with #FB722B
Text Example
Text Example
White with #FB722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB722B; }
p { color: rgb(251,114,43); }
H1.HeaderClassName
{
color: #FB722B;
}
.AnyTagClassName
{
color: #FB722B;
}
</style>
background-color css
<style>
a { background-color: #FB722B; }
a { background-color: rgb(251,114,43); }
div.DivClassName
{
background-color: #FB722B;
}
.BgClassName
{
background-color: #FB722B;
}
</style>
border-color css
<style>
span { border-color: #FB722B; }
span { border-color: rgb(251,114,43); }
td.TdClassName
{
border-color: #FB722B;
}
.TagClassName
{
border-color: #FB722B;
}
</style>