Shades of Burnt Orange #FB7D36
Tints of Burnt Orange #FB7D36
RGB
CMYK
RGB Variations
Color information
#FB7D36 (or 0xFB7D36) is known color: Burnt Orange. HEX triplet: FB, 7D and 36. RGB value is (251,125,54). Sum of RGB (Red+Green+Blue) = 251+125+54=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D36 is #0482C9. Grayscale: #9A9A9A. Windows color (decimal): -295626 or 3571195. OLE color: 3571195.
HSL color Cylindrical-coordinate representation of color #FB7D36: hue angle of 21.62º 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 #FB7D36 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 54 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.02 |
| HSL | 21.62º | 0.96% | 0.6% | - |
| HSV(B) | 21.62º | 0.78% | 0.98% | - |
| XYZ | 47.78 | 35.44 | 7.81 | - |
| YUV | 154.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 54 | 0 | 0.50 | 0.78 | 0.02 | 21.62 | 0.96 | 0.6 |
| Hex | FB | 7D | 36 | 0 | 32 | 4E | 2 | 16 | 60 | 3C |
| Octal | 373 | 175 | 66 | 0 | 62 | 116 | 2 | 26 | 140 | 74 |
| Binary | 11111011 | 1111101 | 110110 | 0 | 110010 | 1001110 | 10 | 10110 | 1100000 | 111100 |
Color Harmonies of #FB7D36
Complementary color
Monochromatic Colors of #FB7D36
Black with #FB7D36
Text Example
Text Example
White with #FB7D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7D36; }
p { color: rgb(251,125,54); }
H1.HeaderClassName
{
color: #FB7D36;
}
.AnyTagClassName
{
color: #FB7D36;
}
</style>
background-color css
<style>
a { background-color: #FB7D36; }
a { background-color: rgb(251,125,54); }
div.DivClassName
{
background-color: #FB7D36;
}
.BgClassName
{
background-color: #FB7D36;
}
</style>
border-color css
<style>
span { border-color: #FB7D36; }
span { border-color: rgb(251,125,54); }
td.TdClassName
{
border-color: #FB7D36;
}
.TagClassName
{
border-color: #FB7D36;
}
</style>