Shades of Burnt Orange #FE8134
Tints of Burnt Orange #FE8134
RGB
CMYK
RGB Variations
Color information
#FE8134 (or 0xFE8134) is known color: Burnt Orange. HEX triplet: FE, 81 and 34. RGB value is (254,129,52). Sum of RGB (Red+Green+Blue) = 254+129+52=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8134 is #017ECB. Grayscale: #9E9E9E. Windows color (decimal): -97996 or 3441150. OLE color: 3441150.
HSL color Cylindrical-coordinate representation of color #FE8134: hue angle of 22.87º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8134 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 52 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.00 |
| HSL | 22.87º | 0.99% | 0.6% | - |
| HSV(B) | 22.87º | 0.8% | 1% | - |
| XYZ | 49.34 | 37.02 | 7.79 | - |
| YUV | 157.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 52 | 0 | 0.49 | 0.80 | 0.00 | 22.87 | 0.99 | 0.6 |
| Hex | FE | 81 | 34 | 0 | 31 | 50 | 0 | 17 | 63 | 3C |
| Octal | 376 | 201 | 64 | 0 | 61 | 120 | 0 | 27 | 143 | 74 |
| Binary | 11111110 | 10000001 | 110100 | 0 | 110001 | 1010000 | 0 | 10111 | 1100011 | 111100 |
Color Harmonies of #FE8134
Complementary color
Monochromatic Colors of #FE8134
Black with #FE8134
Text Example
Text Example
White with #FE8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8134; }
p { color: rgb(254,129,52); }
H1.HeaderClassName
{
color: #FE8134;
}
.AnyTagClassName
{
color: #FE8134;
}
</style>
background-color css
<style>
a { background-color: #FE8134; }
a { background-color: rgb(254,129,52); }
div.DivClassName
{
background-color: #FE8134;
}
.BgClassName
{
background-color: #FE8134;
}
</style>
border-color css
<style>
span { border-color: #FE8134; }
span { border-color: rgb(254,129,52); }
td.TdClassName
{
border-color: #FE8134;
}
.TagClassName
{
border-color: #FE8134;
}
</style>