Shades of Burnt Orange #FE822B
Tints of Burnt Orange #FE822B
RGB
CMYK
RGB Variations
Color information
#FE822B (or 0xFE822B) is known color: Burnt Orange. HEX triplet: FE, 82 and 2B. RGB value is (254,130,43). Sum of RGB (Red+Green+Blue) = 254+130+43=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE822B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE822B is #017DD4. Grayscale: #9D9D9D. Windows color (decimal): -97749 or 2851582. OLE color: 2851582.
HSL color Cylindrical-coordinate representation of color #FE822B: hue angle of 24.74º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE822B is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 43 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.00 |
| HSL | 24.74º | 0.99% | 0.58% | - |
| HSV(B) | 24.74º | 0.83% | 1% | - |
| XYZ | 49.29 | 37.21 | 6.87 | - |
| YUV | 157.16 | 63.58 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 43 | 0 | 0.49 | 0.83 | 0.00 | 24.74 | 0.99 | 0.58 |
| Hex | FE | 82 | 2B | 0 | 31 | 53 | 0 | 19 | 63 | 3A |
| Octal | 376 | 202 | 53 | 0 | 61 | 123 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000010 | 101011 | 0 | 110001 | 1010011 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE822B
Complementary color
Monochromatic Colors of #FE822B
Black with #FE822B
Text Example
Text Example
White with #FE822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE822B; }
p { color: rgb(254,130,43); }
H1.HeaderClassName
{
color: #FE822B;
}
.AnyTagClassName
{
color: #FE822B;
}
</style>
background-color css
<style>
a { background-color: #FE822B; }
a { background-color: rgb(254,130,43); }
div.DivClassName
{
background-color: #FE822B;
}
.BgClassName
{
background-color: #FE822B;
}
</style>
border-color css
<style>
span { border-color: #FE822B; }
span { border-color: rgb(254,130,43); }
td.TdClassName
{
border-color: #FE822B;
}
.TagClassName
{
border-color: #FE822B;
}
</style>