Shades of Burnt Orange #FE802D
Tints of Burnt Orange #FE802D
RGB
CMYK
RGB Variations
Color information
#FE802D (or 0xFE802D) is known color: Burnt Orange. HEX triplet: FE, 80 and 2D. RGB value is (254,128,45). Sum of RGB (Red+Green+Blue) = 254+128+45=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE802D is #017FD2. Grayscale: #9C9C9C. Windows color (decimal): -98259 or 2982142. OLE color: 2982142.
HSL color Cylindrical-coordinate representation of color #FE802D: hue angle of 23.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE802D is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 45 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.00 |
| HSL | 23.83º | 0.99% | 0.59% | - |
| HSV(B) | 23.83º | 0.82% | 1% | - |
| XYZ | 49.07 | 36.7 | 6.98 | - |
| YUV | 156.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 45 | 0 | 0.50 | 0.82 | 0.00 | 23.83 | 0.99 | 0.59 |
| Hex | FE | 80 | 2D | 0 | 32 | 52 | 0 | 18 | 63 | 3B |
| Octal | 376 | 200 | 55 | 0 | 62 | 122 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000000 | 101101 | 0 | 110010 | 1010010 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE802D
Complementary color
Monochromatic Colors of #FE802D
Black with #FE802D
Text Example
Text Example
White with #FE802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE802D; }
p { color: rgb(254,128,45); }
H1.HeaderClassName
{
color: #FE802D;
}
.AnyTagClassName
{
color: #FE802D;
}
</style>
background-color css
<style>
a { background-color: #FE802D; }
a { background-color: rgb(254,128,45); }
div.DivClassName
{
background-color: #FE802D;
}
.BgClassName
{
background-color: #FE802D;
}
</style>
border-color css
<style>
span { border-color: #FE802D; }
span { border-color: rgb(254,128,45); }
td.TdClassName
{
border-color: #FE802D;
}
.TagClassName
{
border-color: #FE802D;
}
</style>