Shades of Burnt Orange #FE7829
Tints of Burnt Orange #FE7829
RGB
CMYK
RGB Variations
Color information
#FE7829 (or 0xFE7829) is known color: Burnt Orange. HEX triplet: FE, 78 and 29. RGB value is (254,120,41). Sum of RGB (Red+Green+Blue) = 254+120+41=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7829 is #0187D6. Grayscale: #979797. Windows color (decimal): -100311 or 2717950. OLE color: 2717950.
HSL color Cylindrical-coordinate representation of color #FE7829: hue angle of 22.25º 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 #FE7829 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 41 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.00 |
| HSL | 22.25º | 0.99% | 0.58% | - |
| HSV(B) | 22.25º | 0.84% | 1% | - |
| XYZ | 47.99 | 34.66 | 6.26 | - |
| YUV | 151.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 41 | 0 | 0.53 | 0.84 | 0.00 | 22.25 | 0.99 | 0.58 |
| Hex | FE | 78 | 29 | 0 | 35 | 54 | 0 | 16 | 63 | 3A |
| Octal | 376 | 170 | 51 | 0 | 65 | 124 | 0 | 26 | 143 | 72 |
| Binary | 11111110 | 1111000 | 101001 | 0 | 110101 | 1010100 | 0 | 10110 | 1100011 | 111010 |
Color Harmonies of #FE7829
Complementary color
Monochromatic Colors of #FE7829
Black with #FE7829
Text Example
Text Example
White with #FE7829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7829; }
p { color: rgb(254,120,41); }
H1.HeaderClassName
{
color: #FE7829;
}
.AnyTagClassName
{
color: #FE7829;
}
</style>
background-color css
<style>
a { background-color: #FE7829; }
a { background-color: rgb(254,120,41); }
div.DivClassName
{
background-color: #FE7829;
}
.BgClassName
{
background-color: #FE7829;
}
</style>
border-color css
<style>
span { border-color: #FE7829; }
span { border-color: rgb(254,120,41); }
td.TdClassName
{
border-color: #FE7829;
}
.TagClassName
{
border-color: #FE7829;
}
</style>