Shades of Burnt Orange #FE813C
Tints of Burnt Orange #FE813C
RGB
CMYK
RGB Variations
Color information
#FE813C (or 0xFE813C) is known color: Burnt Orange. HEX triplet: FE, 81 and 3C. RGB value is (254,129,60). Sum of RGB (Red+Green+Blue) = 254+129+60=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE813C is #017EC3. Grayscale: #9E9E9E. Windows color (decimal): -97988 or 3965438. OLE color: 3965438.
HSL color Cylindrical-coordinate representation of color #FE813C: hue angle of 21.34º 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 #FE813C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 60 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.00 |
| HSL | 21.34º | 0.99% | 0.62% | - |
| HSV(B) | 21.34º | 0.76% | 1% | - |
| XYZ | 49.54 | 37.1 | 8.82 | - |
| YUV | 158.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 60 | 0 | 0.49 | 0.76 | 0.00 | 21.34 | 0.99 | 0.62 |
| Hex | FE | 81 | 3C | 0 | 31 | 4C | 0 | 15 | 63 | 3E |
| Octal | 376 | 201 | 74 | 0 | 61 | 114 | 0 | 25 | 143 | 76 |
| Binary | 11111110 | 10000001 | 111100 | 0 | 110001 | 1001100 | 0 | 10101 | 1100011 | 111110 |
Color Harmonies of #FE813C
Complementary color
Monochromatic Colors of #FE813C
Black with #FE813C
Text Example
Text Example
White with #FE813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE813C; }
p { color: rgb(254,129,60); }
H1.HeaderClassName
{
color: #FE813C;
}
.AnyTagClassName
{
color: #FE813C;
}
</style>
background-color css
<style>
a { background-color: #FE813C; }
a { background-color: rgb(254,129,60); }
div.DivClassName
{
background-color: #FE813C;
}
.BgClassName
{
background-color: #FE813C;
}
</style>
border-color css
<style>
span { border-color: #FE813C; }
span { border-color: rgb(254,129,60); }
td.TdClassName
{
border-color: #FE813C;
}
.TagClassName
{
border-color: #FE813C;
}
</style>