Shades of Burnt Orange #FB7C38
Tints of Burnt Orange #FB7C38
RGB
CMYK
RGB Variations
Color information
#FB7C38 (or 0xFB7C38) is known color: Burnt Orange. HEX triplet: FB, 7C and 38. RGB value is (251,124,56). Sum of RGB (Red+Green+Blue) = 251+124+56=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C38 is #0483C7. Grayscale: #9A9A9A. Windows color (decimal): -295880 or 3702011. OLE color: 3702011.
HSL color Cylindrical-coordinate representation of color #FB7C38: hue angle of 20.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 #FB7C38 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 56 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.02 |
| HSL | 20.92º | 0.96% | 0.6% | - |
| HSV(B) | 20.92º | 0.78% | 0.98% | - |
| XYZ | 47.71 | 35.21 | 8.02 | - |
| YUV | 154.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 56 | 0 | 0.51 | 0.78 | 0.02 | 20.92 | 0.96 | 0.6 |
| Hex | FB | 7C | 38 | 0 | 33 | 4E | 2 | 15 | 60 | 3C |
| Octal | 373 | 174 | 70 | 0 | 63 | 116 | 2 | 25 | 140 | 74 |
| Binary | 11111011 | 1111100 | 111000 | 0 | 110011 | 1001110 | 10 | 10101 | 1100000 | 111100 |
Color Harmonies of #FB7C38
Complementary color
Monochromatic Colors of #FB7C38
Black with #FB7C38
Text Example
Text Example
White with #FB7C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7C38; }
p { color: rgb(251,124,56); }
H1.HeaderClassName
{
color: #FB7C38;
}
.AnyTagClassName
{
color: #FB7C38;
}
</style>
background-color css
<style>
a { background-color: #FB7C38; }
a { background-color: rgb(251,124,56); }
div.DivClassName
{
background-color: #FB7C38;
}
.BgClassName
{
background-color: #FB7C38;
}
</style>
border-color css
<style>
span { border-color: #FB7C38; }
span { border-color: rgb(251,124,56); }
td.TdClassName
{
border-color: #FB7C38;
}
.TagClassName
{
border-color: #FB7C38;
}
</style>