Shades of Burnt Orange #FE7029
Tints of Burnt Orange #FE7029
RGB
CMYK
RGB Variations
Color information
#FE7029 (or 0xFE7029) is known color: Burnt Orange. HEX triplet: FE, 70 and 29. RGB value is (254,112,41). Sum of RGB (Red+Green+Blue) = 254+112+41=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7029 is #018FD6. Grayscale: #929292. Windows color (decimal): -102359 or 2715902. OLE color: 2715902.
HSL color Cylindrical-coordinate representation of color #FE7029: hue angle of 20º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE7029 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 41 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.00 |
| HSL | 20º | 0.99% | 0.58% | - |
| HSV(B) | 20º | 0.84% | 1% | - |
| XYZ | 47.07 | 32.82 | 5.95 | - |
| YUV | 146.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 41 | 0 | 0.56 | 0.84 | 0.00 | 20 | 0.99 | 0.58 |
| Hex | FE | 70 | 29 | 0 | 38 | 54 | 0 | 14 | 63 | 3A |
| Octal | 376 | 160 | 51 | 0 | 70 | 124 | 0 | 24 | 143 | 72 |
| Binary | 11111110 | 1110000 | 101001 | 0 | 111000 | 1010100 | 0 | 10100 | 1100011 | 111010 |
Color Harmonies of #FE7029
Complementary color
Monochromatic Colors of #FE7029
Black with #FE7029
Text Example
Text Example
White with #FE7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7029; }
p { color: rgb(254,112,41); }
H1.HeaderClassName
{
color: #FE7029;
}
.AnyTagClassName
{
color: #FE7029;
}
</style>
background-color css
<style>
a { background-color: #FE7029; }
a { background-color: rgb(254,112,41); }
div.DivClassName
{
background-color: #FE7029;
}
.BgClassName
{
background-color: #FE7029;
}
</style>
border-color css
<style>
span { border-color: #FE7029; }
span { border-color: rgb(254,112,41); }
td.TdClassName
{
border-color: #FE7029;
}
.TagClassName
{
border-color: #FE7029;
}
</style>