Shades of Burnt Orange #FB8032
Tints of Burnt Orange #FB8032
RGB
CMYK
RGB Variations
Color information
#FB8032 (or 0xFB8032) is known color: Burnt Orange. HEX triplet: FB, 80 and 32. RGB value is (251,128,50). Sum of RGB (Red+Green+Blue) = 251+128+50=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8032 is #047FCD. Grayscale: #9C9C9C. Windows color (decimal): -294862 or 3309819. OLE color: 3309819.
HSL color Cylindrical-coordinate representation of color #FB8032: hue angle of 23.28º 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 #FB8032 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 50 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.02 |
| HSL | 23.28º | 0.96% | 0.59% | - |
| HSV(B) | 23.28º | 0.8% | 0.98% | - |
| XYZ | 48.08 | 36.18 | 7.47 | - |
| YUV | 155.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 50 | 0 | 0.49 | 0.80 | 0.02 | 23.28 | 0.96 | 0.59 |
| Hex | FB | 80 | 32 | 0 | 31 | 50 | 2 | 17 | 60 | 3B |
| Octal | 373 | 200 | 62 | 0 | 61 | 120 | 2 | 27 | 140 | 73 |
| Binary | 11111011 | 10000000 | 110010 | 0 | 110001 | 1010000 | 10 | 10111 | 1100000 | 111011 |
Color Harmonies of #FB8032
Complementary color
Monochromatic Colors of #FB8032
Black with #FB8032
Text Example
Text Example
White with #FB8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8032; }
p { color: rgb(251,128,50); }
H1.HeaderClassName
{
color: #FB8032;
}
.AnyTagClassName
{
color: #FB8032;
}
</style>
background-color css
<style>
a { background-color: #FB8032; }
a { background-color: rgb(251,128,50); }
div.DivClassName
{
background-color: #FB8032;
}
.BgClassName
{
background-color: #FB8032;
}
</style>
border-color css
<style>
span { border-color: #FB8032; }
span { border-color: rgb(251,128,50); }
td.TdClassName
{
border-color: #FB8032;
}
.TagClassName
{
border-color: #FB8032;
}
</style>