Shades of Burnt Orange #FE803D
Tints of Burnt Orange #FE803D
RGB
CMYK
RGB Variations
Color information
#FE803D (or 0xFE803D) is known color: Burnt Orange. HEX triplet: FE, 80 and 3D. RGB value is (254,128,61). Sum of RGB (Red+Green+Blue) = 254+128+61=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE803D is #017FC2. Grayscale: #9E9E9E. Windows color (decimal): -98243 or 4030718. OLE color: 4030718.
HSL color Cylindrical-coordinate representation of color #FE803D: hue angle of 20.83º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE803D is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 61 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.00 |
| HSL | 20.83º | 0.99% | 0.62% | - |
| HSV(B) | 20.83º | 0.76% | 1% | - |
| XYZ | 49.43 | 36.85 | 8.92 | - |
| YUV | 158.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 61 | 0 | 0.50 | 0.76 | 0.00 | 20.83 | 0.99 | 0.62 |
| Hex | FE | 80 | 3D | 0 | 32 | 4C | 0 | 15 | 63 | 3E |
| Octal | 376 | 200 | 75 | 0 | 62 | 114 | 0 | 25 | 143 | 76 |
| Binary | 11111110 | 10000000 | 111101 | 0 | 110010 | 1001100 | 0 | 10101 | 1100011 | 111110 |
Color Harmonies of #FE803D
Complementary color
Monochromatic Colors of #FE803D
Black with #FE803D
Text Example
Text Example
White with #FE803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE803D; }
p { color: rgb(254,128,61); }
H1.HeaderClassName
{
color: #FE803D;
}
.AnyTagClassName
{
color: #FE803D;
}
</style>
background-color css
<style>
a { background-color: #FE803D; }
a { background-color: rgb(254,128,61); }
div.DivClassName
{
background-color: #FE803D;
}
.BgClassName
{
background-color: #FE803D;
}
</style>
border-color css
<style>
span { border-color: #FE803D; }
span { border-color: rgb(254,128,61); }
td.TdClassName
{
border-color: #FE803D;
}
.TagClassName
{
border-color: #FE803D;
}
</style>