Shades of Burnt Orange #FE7236
Tints of Burnt Orange #FE7236
RGB
CMYK
RGB Variations
Color information
#FE7236 (or 0xFE7236) is known color: Burnt Orange. HEX triplet: FE, 72 and 36. RGB value is (254,114,54). Sum of RGB (Red+Green+Blue) = 254+114+54=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7236 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7236 is #018DC9. Grayscale: #959595. Windows color (decimal): -101834 or 3568382. OLE color: 3568382.
HSL color Cylindrical-coordinate representation of color #FE7236: hue angle of 18º 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 #FE7236 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 54 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.00 |
| HSL | 18º | 0.99% | 0.6% | - |
| HSV(B) | 18º | 0.79% | 1% | - |
| XYZ | 47.56 | 33.37 | 7.42 | - |
| YUV | 149.02 | 74.38 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 54 | 0 | 0.55 | 0.79 | 0.00 | 18 | 0.99 | 0.6 |
| Hex | FE | 72 | 36 | 0 | 37 | 4F | 0 | 12 | 63 | 3C |
| Octal | 376 | 162 | 66 | 0 | 67 | 117 | 0 | 22 | 143 | 74 |
| Binary | 11111110 | 1110010 | 110110 | 0 | 110111 | 1001111 | 0 | 10010 | 1100011 | 111100 |
Color Harmonies of #FE7236
Complementary color
Monochromatic Colors of #FE7236
Black with #FE7236
Text Example
Text Example
White with #FE7236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7236; }
p { color: rgb(254,114,54); }
H1.HeaderClassName
{
color: #FE7236;
}
.AnyTagClassName
{
color: #FE7236;
}
</style>
background-color css
<style>
a { background-color: #FE7236; }
a { background-color: rgb(254,114,54); }
div.DivClassName
{
background-color: #FE7236;
}
.BgClassName
{
background-color: #FE7236;
}
</style>
border-color css
<style>
span { border-color: #FE7236; }
span { border-color: rgb(254,114,54); }
td.TdClassName
{
border-color: #FE7236;
}
.TagClassName
{
border-color: #FE7236;
}
</style>