Shades of Burnt Orange #FB6E26
Tints of Burnt Orange #FB6E26
RGB
CMYK
RGB Variations
Color information
#FB6E26 (or 0xFB6E26) is known color: Burnt Orange. HEX triplet: FB, 6E and 26. RGB value is (251,110,38). Sum of RGB (Red+Green+Blue) = 251+110+38=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E26 is #0491D9. Grayscale: #909090. Windows color (decimal): -299482 or 2518779. OLE color: 2518779.
HSL color Cylindrical-coordinate representation of color #FB6E26: hue angle of 20.28º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB6E26 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 38 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.02 |
| HSL | 20.28º | 0.96% | 0.57% | - |
| HSV(B) | 20.28º | 0.85% | 0.98% | - |
| XYZ | 45.71 | 31.8 | 5.56 | - |
| YUV | 143.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 38 | 0 | 0.56 | 0.85 | 0.02 | 20.28 | 0.96 | 0.57 |
| Hex | FB | 6E | 26 | 0 | 38 | 55 | 2 | 14 | 60 | 39 |
| Octal | 373 | 156 | 46 | 0 | 70 | 125 | 2 | 24 | 140 | 71 |
| Binary | 11111011 | 1101110 | 100110 | 0 | 111000 | 1010101 | 10 | 10100 | 1100000 | 111001 |
Color Harmonies of #FB6E26
Complementary color
Monochromatic Colors of #FB6E26
Black with #FB6E26
Text Example
Text Example
White with #FB6E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E26; }
p { color: rgb(251,110,38); }
H1.HeaderClassName
{
color: #FB6E26;
}
.AnyTagClassName
{
color: #FB6E26;
}
</style>
background-color css
<style>
a { background-color: #FB6E26; }
a { background-color: rgb(251,110,38); }
div.DivClassName
{
background-color: #FB6E26;
}
.BgClassName
{
background-color: #FB6E26;
}
</style>
border-color css
<style>
span { border-color: #FB6E26; }
span { border-color: rgb(251,110,38); }
td.TdClassName
{
border-color: #FB6E26;
}
.TagClassName
{
border-color: #FB6E26;
}
</style>