Shades of Burnt Orange #FE802C
Tints of Burnt Orange #FE802C
RGB
CMYK
RGB Variations
Color information
#FE802C (or 0xFE802C) is known color: Burnt Orange. HEX triplet: FE, 80 and 2C. RGB value is (254,128,44). Sum of RGB (Red+Green+Blue) = 254+128+44=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE802C is #017FD3. Grayscale: #9C9C9C. Windows color (decimal): -98260 or 2916606. OLE color: 2916606.
HSL color Cylindrical-coordinate representation of color #FE802C: hue angle of 24º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE802C is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 44 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.00 |
| HSL | 24º | 0.99% | 0.58% | - |
| HSV(B) | 24º | 0.83% | 1% | - |
| XYZ | 49.05 | 36.69 | 6.88 | - |
| YUV | 156.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 44 | 0 | 0.50 | 0.83 | 0.00 | 24 | 0.99 | 0.58 |
| Hex | FE | 80 | 2C | 0 | 32 | 53 | 0 | 18 | 63 | 3A |
| Octal | 376 | 200 | 54 | 0 | 62 | 123 | 0 | 30 | 143 | 72 |
| Binary | 11111110 | 10000000 | 101100 | 0 | 110010 | 1010011 | 0 | 11000 | 1100011 | 111010 |
Color Harmonies of #FE802C
Complementary color
Monochromatic Colors of #FE802C
Black with #FE802C
Text Example
Text Example
White with #FE802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE802C; }
p { color: rgb(254,128,44); }
H1.HeaderClassName
{
color: #FE802C;
}
.AnyTagClassName
{
color: #FE802C;
}
</style>
background-color css
<style>
a { background-color: #FE802C; }
a { background-color: rgb(254,128,44); }
div.DivClassName
{
background-color: #FE802C;
}
.BgClassName
{
background-color: #FE802C;
}
</style>
border-color css
<style>
span { border-color: #FE802C; }
span { border-color: rgb(254,128,44); }
td.TdClassName
{
border-color: #FE802C;
}
.TagClassName
{
border-color: #FE802C;
}
</style>