Shades of Burnt Orange #FE7C29
Tints of Burnt Orange #FE7C29
RGB
CMYK
RGB Variations
Color information
#FE7C29 (or 0xFE7C29) is known color: Burnt Orange. HEX triplet: FE, 7C and 29. RGB value is (254,124,41). Sum of RGB (Red+Green+Blue) = 254+124+41=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C29 is #0183D6. Grayscale: #999999. Windows color (decimal): -99287 or 2718974. OLE color: 2718974.
HSL color Cylindrical-coordinate representation of color #FE7C29: hue angle of 23.38º 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 #FE7C29 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 41 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.00 |
| HSL | 23.38º | 0.99% | 0.58% | - |
| HSV(B) | 23.38º | 0.84% | 1% | - |
| XYZ | 48.48 | 35.65 | 6.42 | - |
| YUV | 153.41 | 64.57 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 41 | 0 | 0.51 | 0.84 | 0.00 | 23.38 | 0.99 | 0.58 |
| Hex | FE | 7C | 29 | 0 | 33 | 54 | 0 | 17 | 63 | 3A |
| Octal | 376 | 174 | 51 | 0 | 63 | 124 | 0 | 27 | 143 | 72 |
| Binary | 11111110 | 1111100 | 101001 | 0 | 110011 | 1010100 | 0 | 10111 | 1100011 | 111010 |
Color Harmonies of #FE7C29
Complementary color
Monochromatic Colors of #FE7C29
Black with #FE7C29
Text Example
Text Example
White with #FE7C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C29; }
p { color: rgb(254,124,41); }
H1.HeaderClassName
{
color: #FE7C29;
}
.AnyTagClassName
{
color: #FE7C29;
}
</style>
background-color css
<style>
a { background-color: #FE7C29; }
a { background-color: rgb(254,124,41); }
div.DivClassName
{
background-color: #FE7C29;
}
.BgClassName
{
background-color: #FE7C29;
}
</style>
border-color css
<style>
span { border-color: #FE7C29; }
span { border-color: rgb(254,124,41); }
td.TdClassName
{
border-color: #FE7C29;
}
.TagClassName
{
border-color: #FE7C29;
}
</style>