Shades of Burnt Orange #FE7036
Tints of Burnt Orange #FE7036
RGB
CMYK
RGB Variations
Color information
#FE7036 (or 0xFE7036) is known color: Burnt Orange. HEX triplet: FE, 70 and 36. RGB value is (254,112,54). Sum of RGB (Red+Green+Blue) = 254+112+54=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7036 is #018FC9. Grayscale: #949494. Windows color (decimal): -102346 or 3567870. OLE color: 3567870.
HSL color Cylindrical-coordinate representation of color #FE7036: hue angle of 17.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE7036 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 54 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.00 |
| HSL | 17.4º | 0.99% | 0.6% | - |
| HSV(B) | 17.4º | 0.79% | 1% | - |
| XYZ | 47.33 | 32.93 | 7.35 | - |
| YUV | 147.85 | 75.04 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 54 | 0 | 0.56 | 0.79 | 0.00 | 17.4 | 0.99 | 0.6 |
| Hex | FE | 70 | 36 | 0 | 38 | 4F | 0 | 11 | 63 | 3C |
| Octal | 376 | 160 | 66 | 0 | 70 | 117 | 0 | 21 | 143 | 74 |
| Binary | 11111110 | 1110000 | 110110 | 0 | 111000 | 1001111 | 0 | 10001 | 1100011 | 111100 |
Color Harmonies of #FE7036
Complementary color
Monochromatic Colors of #FE7036
Black with #FE7036
Text Example
Text Example
White with #FE7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7036; }
p { color: rgb(254,112,54); }
H1.HeaderClassName
{
color: #FE7036;
}
.AnyTagClassName
{
color: #FE7036;
}
</style>
background-color css
<style>
a { background-color: #FE7036; }
a { background-color: rgb(254,112,54); }
div.DivClassName
{
background-color: #FE7036;
}
.BgClassName
{
background-color: #FE7036;
}
</style>
border-color css
<style>
span { border-color: #FE7036; }
span { border-color: rgb(254,112,54); }
td.TdClassName
{
border-color: #FE7036;
}
.TagClassName
{
border-color: #FE7036;
}
</style>