Shades of Burnt Orange #FE7A2E
Tints of Burnt Orange #FE7A2E
RGB
CMYK
RGB Variations
Color information
#FE7A2E (or 0xFE7A2E) is known color: Burnt Orange. HEX triplet: FE, 7A and 2E. RGB value is (254,122,46). Sum of RGB (Red+Green+Blue) = 254+122+46=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A2E is #0185D1. Grayscale: #999999. Windows color (decimal): -99794 or 3046142. OLE color: 3046142.
HSL color Cylindrical-coordinate representation of color #FE7A2E: hue angle of 21.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE7A2E is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 46 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.00 |
| HSL | 21.92º | 0.99% | 0.59% | - |
| HSV(B) | 21.92º | 0.82% | 1% | - |
| XYZ | 48.33 | 35.19 | 6.83 | - |
| YUV | 152.8 | 67.73 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 46 | 0 | 0.52 | 0.82 | 0.00 | 21.92 | 0.99 | 0.59 |
| Hex | FE | 7A | 2E | 0 | 34 | 52 | 0 | 16 | 63 | 3B |
| Octal | 376 | 172 | 56 | 0 | 64 | 122 | 0 | 26 | 143 | 73 |
| Binary | 11111110 | 1111010 | 101110 | 0 | 110100 | 1010010 | 0 | 10110 | 1100011 | 111011 |
Color Harmonies of #FE7A2E
Complementary color
Monochromatic Colors of #FE7A2E
Black with #FE7A2E
Text Example
Text Example
White with #FE7A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A2E; }
p { color: rgb(254,122,46); }
H1.HeaderClassName
{
color: #FE7A2E;
}
.AnyTagClassName
{
color: #FE7A2E;
}
</style>
background-color css
<style>
a { background-color: #FE7A2E; }
a { background-color: rgb(254,122,46); }
div.DivClassName
{
background-color: #FE7A2E;
}
.BgClassName
{
background-color: #FE7A2E;
}
</style>
border-color css
<style>
span { border-color: #FE7A2E; }
span { border-color: rgb(254,122,46); }
td.TdClassName
{
border-color: #FE7A2E;
}
.TagClassName
{
border-color: #FE7A2E;
}
</style>