Shades of Burnt Orange #FE8230
Tints of Burnt Orange #FE8230
RGB
CMYK
RGB Variations
Color information
#FE8230 (or 0xFE8230) is known color: Burnt Orange. HEX triplet: FE, 82 and 30. RGB value is (254,130,48). Sum of RGB (Red+Green+Blue) = 254+130+48=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8230 is #017DCF. Grayscale: #9E9E9E. Windows color (decimal): -97744 or 3179262. OLE color: 3179262.
HSL color Cylindrical-coordinate representation of color #FE8230: hue angle of 23.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE8230 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 48 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.00 |
| HSL | 23.88º | 0.99% | 0.59% | - |
| HSV(B) | 23.88º | 0.81% | 1% | - |
| XYZ | 49.39 | 37.25 | 7.38 | - |
| YUV | 157.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 48 | 0 | 0.49 | 0.81 | 0.00 | 23.88 | 0.99 | 0.59 |
| Hex | FE | 82 | 30 | 0 | 31 | 51 | 0 | 18 | 63 | 3B |
| Octal | 376 | 202 | 60 | 0 | 61 | 121 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000010 | 110000 | 0 | 110001 | 1010001 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE8230
Complementary color
Monochromatic Colors of #FE8230
Black with #FE8230
Text Example
Text Example
White with #FE8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8230; }
p { color: rgb(254,130,48); }
H1.HeaderClassName
{
color: #FE8230;
}
.AnyTagClassName
{
color: #FE8230;
}
</style>
background-color css
<style>
a { background-color: #FE8230; }
a { background-color: rgb(254,130,48); }
div.DivClassName
{
background-color: #FE8230;
}
.BgClassName
{
background-color: #FE8230;
}
</style>
border-color css
<style>
span { border-color: #FE8230; }
span { border-color: rgb(254,130,48); }
td.TdClassName
{
border-color: #FE8230;
}
.TagClassName
{
border-color: #FE8230;
}
</style>