Shades of Burnt Orange #FE7229
Tints of Burnt Orange #FE7229
RGB
CMYK
RGB Variations
Color information
#FE7229 (or 0xFE7229) is known color: Burnt Orange. HEX triplet: FE, 72 and 29. RGB value is (254,114,41). Sum of RGB (Red+Green+Blue) = 254+114+41=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7229 is #018DD6. Grayscale: #939393. Windows color (decimal): -101847 or 2716414. OLE color: 2716414.
HSL color Cylindrical-coordinate representation of color #FE7229: hue angle of 20.56º 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 #FE7229 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.00 |
| HSL | 20.56º | 0.99% | 0.58% | - |
| HSV(B) | 20.56º | 0.84% | 1% | - |
| XYZ | 47.29 | 33.27 | 6.03 | - |
| YUV | 147.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 41 | 0 | 0.55 | 0.84 | 0.00 | 20.56 | 0.99 | 0.58 |
| Hex | FE | 72 | 29 | 0 | 37 | 54 | 0 | 15 | 63 | 3A |
| Octal | 376 | 162 | 51 | 0 | 67 | 124 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110010 | 101001 | 0 | 110111 | 1010100 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE7229
Complementary color
Monochromatic Colors of #FE7229
Black with #FE7229
Text Example
Text Example
White with #FE7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7229; }
p { color: rgb(254,114,41); }
H1.HeaderClassName
{
color: #FE7229;
}
.AnyTagClassName
{
color: #FE7229;
}
</style>
background-color css
<style>
a { background-color: #FE7229; }
a { background-color: rgb(254,114,41); }
div.DivClassName
{
background-color: #FE7229;
}
.BgClassName
{
background-color: #FE7229;
}
</style>
border-color css
<style>
span { border-color: #FE7229; }
span { border-color: rgb(254,114,41); }
td.TdClassName
{
border-color: #FE7229;
}
.TagClassName
{
border-color: #FE7229;
}
</style>