Shades of Burnt Orange #FE803C
Tints of Burnt Orange #FE803C
RGB
CMYK
RGB Variations
Color information
#FE803C (or 0xFE803C) is known color: Burnt Orange. HEX triplet: FE, 80 and 3C. RGB value is (254,128,60). Sum of RGB (Red+Green+Blue) = 254+128+60=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE803C is #017FC3. Grayscale: #9E9E9E. Windows color (decimal): -98244 or 3965182. OLE color: 3965182.
HSL color Cylindrical-coordinate representation of color #FE803C: hue angle of 21.03º 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 #FE803C is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 60 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.00 |
| HSL | 21.03º | 0.99% | 0.62% | - |
| HSV(B) | 21.03º | 0.76% | 1% | - |
| XYZ | 49.41 | 36.84 | 8.78 | - |
| YUV | 157.92 | 72.74 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 60 | 0 | 0.50 | 0.76 | 0.00 | 21.03 | 0.99 | 0.62 |
| Hex | FE | 80 | 3C | 0 | 32 | 4C | 0 | 15 | 63 | 3E |
| Octal | 376 | 200 | 74 | 0 | 62 | 114 | 0 | 25 | 143 | 76 |
| Binary | 11111110 | 10000000 | 111100 | 0 | 110010 | 1001100 | 0 | 10101 | 1100011 | 111110 |
Color Harmonies of #FE803C
Complementary color
Monochromatic Colors of #FE803C
Black with #FE803C
Text Example
Text Example
White with #FE803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE803C; }
p { color: rgb(254,128,60); }
H1.HeaderClassName
{
color: #FE803C;
}
.AnyTagClassName
{
color: #FE803C;
}
</style>
background-color css
<style>
a { background-color: #FE803C; }
a { background-color: rgb(254,128,60); }
div.DivClassName
{
background-color: #FE803C;
}
.BgClassName
{
background-color: #FE803C;
}
</style>
border-color css
<style>
span { border-color: #FE803C; }
span { border-color: rgb(254,128,60); }
td.TdClassName
{
border-color: #FE803C;
}
.TagClassName
{
border-color: #FE803C;
}
</style>