Shades of Burnt Orange #FE7540
Tints of Burnt Orange #FE7540
RGB
CMYK
RGB Variations
Color information
#FE7540 (or 0xFE7540) is known color: Burnt Orange. HEX triplet: FE, 75 and 40. RGB value is (254,117,64). Sum of RGB (Red+Green+Blue) = 254+117+64=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7540 is #018ABF. Grayscale: #989898. Windows color (decimal): -101056 or 4224510. OLE color: 4224510.
HSL color Cylindrical-coordinate representation of color #FE7540: hue angle of 16.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE7540 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.00 |
| HSL | 16.74º | 0.99% | 0.62% | - |
| HSV(B) | 16.74º | 0.75% | 1% | - |
| XYZ | 48.16 | 34.16 | 8.91 | - |
| YUV | 151.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 64 | 0 | 0.54 | 0.75 | 0.00 | 16.74 | 0.99 | 0.62 |
| Hex | FE | 75 | 40 | 0 | 36 | 4B | 0 | 11 | 63 | 3E |
| Octal | 376 | 165 | 100 | 0 | 66 | 113 | 0 | 21 | 143 | 76 |
| Binary | 11111110 | 1110101 | 1000000 | 0 | 110110 | 1001011 | 0 | 10001 | 1100011 | 111110 |
Color Harmonies of #FE7540
Complementary color
Monochromatic Colors of #FE7540
Black with #FE7540
Text Example
Text Example
White with #FE7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7540; }
p { color: rgb(254,117,64); }
H1.HeaderClassName
{
color: #FE7540;
}
.AnyTagClassName
{
color: #FE7540;
}
</style>
background-color css
<style>
a { background-color: #FE7540; }
a { background-color: rgb(254,117,64); }
div.DivClassName
{
background-color: #FE7540;
}
.BgClassName
{
background-color: #FE7540;
}
</style>
border-color css
<style>
span { border-color: #FE7540; }
span { border-color: rgb(254,117,64); }
td.TdClassName
{
border-color: #FE7540;
}
.TagClassName
{
border-color: #FE7540;
}
</style>