Shades of Burnt Orange #FE8038
Tints of Burnt Orange #FE8038
RGB
CMYK
RGB Variations
Color information
#FE8038 (or 0xFE8038) is known color: Burnt Orange. HEX triplet: FE, 80 and 38. RGB value is (254,128,56). Sum of RGB (Red+Green+Blue) = 254+128+56=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8038 is #017FC7. Grayscale: #9D9D9D. Windows color (decimal): -98248 or 3703038. OLE color: 3703038.
HSL color Cylindrical-coordinate representation of color #FE8038: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE8038 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 56 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.00 |
| HSL | 21.82º | 0.99% | 0.61% | - |
| HSV(B) | 21.82º | 0.78% | 1% | - |
| XYZ | 49.31 | 36.79 | 8.24 | - |
| YUV | 157.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 56 | 0 | 0.50 | 0.78 | 0.00 | 21.82 | 0.99 | 0.61 |
| Hex | FE | 80 | 38 | 0 | 32 | 4E | 0 | 16 | 63 | 3D |
| Octal | 376 | 200 | 70 | 0 | 62 | 116 | 0 | 26 | 143 | 75 |
| Binary | 11111110 | 10000000 | 111000 | 0 | 110010 | 1001110 | 0 | 10110 | 1100011 | 111101 |
Color Harmonies of #FE8038
Complementary color
Monochromatic Colors of #FE8038
Black with #FE8038
Text Example
Text Example
White with #FE8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8038; }
p { color: rgb(254,128,56); }
H1.HeaderClassName
{
color: #FE8038;
}
.AnyTagClassName
{
color: #FE8038;
}
</style>
background-color css
<style>
a { background-color: #FE8038; }
a { background-color: rgb(254,128,56); }
div.DivClassName
{
background-color: #FE8038;
}
.BgClassName
{
background-color: #FE8038;
}
</style>
border-color css
<style>
span { border-color: #FE8038; }
span { border-color: rgb(254,128,56); }
td.TdClassName
{
border-color: #FE8038;
}
.TagClassName
{
border-color: #FE8038;
}
</style>