Shades of Burnt Orange #FB7332
Tints of Burnt Orange #FB7332
RGB
CMYK
RGB Variations
Color information
#FB7332 (or 0xFB7332) is known color: Burnt Orange. HEX triplet: FB, 73 and 32. RGB value is (251,115,50). Sum of RGB (Red+Green+Blue) = 251+115+50=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7332 is #048CCD. Grayscale: #949494. Windows color (decimal): -298190 or 3306491. OLE color: 3306491.
HSL color Cylindrical-coordinate representation of color #FB7332: hue angle of 19.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB7332 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 50 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.02 |
| HSL | 19.4º | 0.96% | 0.59% | - |
| HSV(B) | 19.4º | 0.8% | 0.98% | - |
| XYZ | 46.49 | 33 | 6.94 | - |
| YUV | 148.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 50 | 0 | 0.54 | 0.80 | 0.02 | 19.4 | 0.96 | 0.59 |
| Hex | FB | 73 | 32 | 0 | 36 | 50 | 2 | 13 | 60 | 3B |
| Octal | 373 | 163 | 62 | 0 | 66 | 120 | 2 | 23 | 140 | 73 |
| Binary | 11111011 | 1110011 | 110010 | 0 | 110110 | 1010000 | 10 | 10011 | 1100000 | 111011 |
Color Harmonies of #FB7332
Complementary color
Monochromatic Colors of #FB7332
Black with #FB7332
Text Example
Text Example
White with #FB7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7332; }
p { color: rgb(251,115,50); }
H1.HeaderClassName
{
color: #FB7332;
}
.AnyTagClassName
{
color: #FB7332;
}
</style>
background-color css
<style>
a { background-color: #FB7332; }
a { background-color: rgb(251,115,50); }
div.DivClassName
{
background-color: #FB7332;
}
.BgClassName
{
background-color: #FB7332;
}
</style>
border-color css
<style>
span { border-color: #FB7332; }
span { border-color: rgb(251,115,50); }
td.TdClassName
{
border-color: #FB7332;
}
.TagClassName
{
border-color: #FB7332;
}
</style>