Shades of Burnt Orange #FB7540
Tints of Burnt Orange #FB7540
RGB
CMYK
RGB Variations
Color information
#FB7540 (or 0xFB7540) is known color: Burnt Orange. HEX triplet: FB, 75 and 40. RGB value is (251,117,64). Sum of RGB (Red+Green+Blue) = 251+117+64=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7540 is #048ABF. Grayscale: #979797. Windows color (decimal): -297664 or 4224507. OLE color: 4224507.
HSL color Cylindrical-coordinate representation of color #FB7540: hue angle of 17.01º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB7540 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 64 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.02 |
| HSL | 17.01º | 0.96% | 0.62% | - |
| HSV(B) | 17.01º | 0.75% | 0.98% | - |
| XYZ | 47.07 | 33.6 | 8.86 | - |
| YUV | 151.02 | 78.89 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 64 | 0 | 0.53 | 0.75 | 0.02 | 17.01 | 0.96 | 0.62 |
| Hex | FB | 75 | 40 | 0 | 35 | 4B | 2 | 11 | 60 | 3E |
| Octal | 373 | 165 | 100 | 0 | 65 | 113 | 2 | 21 | 140 | 76 |
| Binary | 11111011 | 1110101 | 1000000 | 0 | 110101 | 1001011 | 10 | 10001 | 1100000 | 111110 |
Color Harmonies of #FB7540
Complementary color
Monochromatic Colors of #FB7540
Black with #FB7540
Text Example
Text Example
White with #FB7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7540; }
p { color: rgb(251,117,64); }
H1.HeaderClassName
{
color: #FB7540;
}
.AnyTagClassName
{
color: #FB7540;
}
</style>
background-color css
<style>
a { background-color: #FB7540; }
a { background-color: rgb(251,117,64); }
div.DivClassName
{
background-color: #FB7540;
}
.BgClassName
{
background-color: #FB7540;
}
</style>
border-color css
<style>
span { border-color: #FB7540; }
span { border-color: rgb(251,117,64); }
td.TdClassName
{
border-color: #FB7540;
}
.TagClassName
{
border-color: #FB7540;
}
</style>