Shades of Burnt Orange #FE8139
Tints of Burnt Orange #FE8139
RGB
CMYK
RGB Variations
Color information
#FE8139 (or 0xFE8139) is known color: Burnt Orange. HEX triplet: FE, 81 and 39. RGB value is (254,129,57). Sum of RGB (Red+Green+Blue) = 254+129+57=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8139 is #017EC6. Grayscale: #9E9E9E. Windows color (decimal): -97991 or 3768830. OLE color: 3768830.
HSL color Cylindrical-coordinate representation of color #FE8139: hue angle of 21.93º 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 #FE8139 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 57 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.00 |
| HSL | 21.93º | 0.99% | 0.61% | - |
| HSV(B) | 21.93º | 0.78% | 1% | - |
| XYZ | 49.46 | 37.07 | 8.42 | - |
| YUV | 158.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 57 | 0 | 0.49 | 0.78 | 0.00 | 21.93 | 0.99 | 0.61 |
| Hex | FE | 81 | 39 | 0 | 31 | 4E | 0 | 16 | 63 | 3D |
| Octal | 376 | 201 | 71 | 0 | 61 | 116 | 0 | 26 | 143 | 75 |
| Binary | 11111110 | 10000001 | 111001 | 0 | 110001 | 1001110 | 0 | 10110 | 1100011 | 111101 |
Color Harmonies of #FE8139
Complementary color
Monochromatic Colors of #FE8139
Black with #FE8139
Text Example
Text Example
White with #FE8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8139; }
p { color: rgb(254,129,57); }
H1.HeaderClassName
{
color: #FE8139;
}
.AnyTagClassName
{
color: #FE8139;
}
</style>
background-color css
<style>
a { background-color: #FE8139; }
a { background-color: rgb(254,129,57); }
div.DivClassName
{
background-color: #FE8139;
}
.BgClassName
{
background-color: #FE8139;
}
</style>
border-color css
<style>
span { border-color: #FE8139; }
span { border-color: rgb(254,129,57); }
td.TdClassName
{
border-color: #FE8139;
}
.TagClassName
{
border-color: #FE8139;
}
</style>