Shades of Burnt Orange #FB6B37
Tints of Burnt Orange #FB6B37
RGB
CMYK
RGB Variations
Color information
#FB6B37 (or 0xFB6B37) is known color: Burnt Orange. HEX triplet: FB, 6B and 37. RGB value is (251,107,55). Sum of RGB (Red+Green+Blue) = 251+107+55=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6B37 is #0494C8. Grayscale: #909090. Windows color (decimal): -300233 or 3632123. OLE color: 3632123.
HSL color Cylindrical-coordinate representation of color #FB6B37: hue angle of 15.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB6B37 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 55 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.02 |
| HSL | 15.92º | 0.96% | 0.6% | - |
| HSV(B) | 15.92º | 0.78% | 0.98% | - |
| XYZ | 45.73 | 31.3 | 7.25 | - |
| YUV | 144.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 55 | 0 | 0.57 | 0.78 | 0.02 | 15.92 | 0.96 | 0.6 |
| Hex | FB | 6B | 37 | 0 | 39 | 4E | 2 | 10 | 60 | 3C |
| Octal | 373 | 153 | 67 | 0 | 71 | 116 | 2 | 20 | 140 | 74 |
| Binary | 11111011 | 1101011 | 110111 | 0 | 111001 | 1001110 | 10 | 10000 | 1100000 | 111100 |
Color Harmonies of #FB6B37
Complementary color
Monochromatic Colors of #FB6B37
Black with #FB6B37
Text Example
Text Example
White with #FB6B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B37; }
p { color: rgb(251,107,55); }
H1.HeaderClassName
{
color: #FB6B37;
}
.AnyTagClassName
{
color: #FB6B37;
}
</style>
background-color css
<style>
a { background-color: #FB6B37; }
a { background-color: rgb(251,107,55); }
div.DivClassName
{
background-color: #FB6B37;
}
.BgClassName
{
background-color: #FB6B37;
}
</style>
border-color css
<style>
span { border-color: #FB6B37; }
span { border-color: rgb(251,107,55); }
td.TdClassName
{
border-color: #FB6B37;
}
.TagClassName
{
border-color: #FB6B37;
}
</style>