Shades of Burnt Orange #FE6E28
Tints of Burnt Orange #FE6E28
RGB
CMYK
RGB Variations
Color information
#FE6E28 (or 0xFE6E28) is known color: Burnt Orange. HEX triplet: FE, 6E and 28. RGB value is (254,110,40). Sum of RGB (Red+Green+Blue) = 254+110+40=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6E28 is #0191D7. Grayscale: #919191. Windows color (decimal): -102872 or 2649854. OLE color: 2649854.
HSL color Cylindrical-coordinate representation of color #FE6E28: hue angle of 19.63º 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 #FE6E28 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 40 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.00 |
| HSL | 19.63º | 0.99% | 0.58% | - |
| HSV(B) | 19.63º | 0.84% | 1% | - |
| XYZ | 46.83 | 32.38 | 5.79 | - |
| YUV | 145.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 40 | 0 | 0.57 | 0.84 | 0.00 | 19.63 | 0.99 | 0.58 |
| Hex | FE | 6E | 28 | 0 | 39 | 54 | 0 | 14 | 63 | 3A |
| Octal | 376 | 156 | 50 | 0 | 71 | 124 | 0 | 24 | 143 | 72 |
| Binary | 11111110 | 1101110 | 101000 | 0 | 111001 | 1010100 | 0 | 10100 | 1100011 | 111010 |
Color Harmonies of #FE6E28
Complementary color
Monochromatic Colors of #FE6E28
Black with #FE6E28
Text Example
Text Example
White with #FE6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E28; }
p { color: rgb(254,110,40); }
H1.HeaderClassName
{
color: #FE6E28;
}
.AnyTagClassName
{
color: #FE6E28;
}
</style>
background-color css
<style>
a { background-color: #FE6E28; }
a { background-color: rgb(254,110,40); }
div.DivClassName
{
background-color: #FE6E28;
}
.BgClassName
{
background-color: #FE6E28;
}
</style>
border-color css
<style>
span { border-color: #FE6E28; }
span { border-color: rgb(254,110,40); }
td.TdClassName
{
border-color: #FE6E28;
}
.TagClassName
{
border-color: #FE6E28;
}
</style>