Shades of Burnt Orange #FB722D
Tints of Burnt Orange #FB722D
RGB
CMYK
RGB Variations
Color information
#FB722D (or 0xFB722D) is known color: Burnt Orange. HEX triplet: FB, 72 and 2D. RGB value is (251,114,45). Sum of RGB (Red+Green+Blue) = 251+114+45=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB722D is #048DD2. Grayscale: #939393. Windows color (decimal): -298451 or 2978555. OLE color: 2978555.
HSL color Cylindrical-coordinate representation of color #FB722D: hue angle of 20.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB722D is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 45 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.02 |
| HSL | 20.1º | 0.96% | 0.58% | - |
| HSV(B) | 20.1º | 0.82% | 0.98% | - |
| XYZ | 46.27 | 32.73 | 6.36 | - |
| YUV | 147.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 45 | 0 | 0.55 | 0.82 | 0.02 | 20.1 | 0.96 | 0.58 |
| Hex | FB | 72 | 2D | 0 | 37 | 52 | 2 | 14 | 60 | 3A |
| Octal | 373 | 162 | 55 | 0 | 67 | 122 | 2 | 24 | 140 | 72 |
| Binary | 11111011 | 1110010 | 101101 | 0 | 110111 | 1010010 | 10 | 10100 | 1100000 | 111010 |
Color Harmonies of #FB722D
Complementary color
Monochromatic Colors of #FB722D
Black with #FB722D
Text Example
Text Example
White with #FB722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB722D; }
p { color: rgb(251,114,45); }
H1.HeaderClassName
{
color: #FB722D;
}
.AnyTagClassName
{
color: #FB722D;
}
</style>
background-color css
<style>
a { background-color: #FB722D; }
a { background-color: rgb(251,114,45); }
div.DivClassName
{
background-color: #FB722D;
}
.BgClassName
{
background-color: #FB722D;
}
</style>
border-color css
<style>
span { border-color: #FB722D; }
span { border-color: rgb(251,114,45); }
td.TdClassName
{
border-color: #FB722D;
}
.TagClassName
{
border-color: #FB722D;
}
</style>