Shades of Burnt Orange #FE822F
Tints of Burnt Orange #FE822F
RGB
CMYK
RGB Variations
Color information
#FE822F (or 0xFE822F) is known color: Burnt Orange. HEX triplet: FE, 82 and 2F. RGB value is (254,130,47). Sum of RGB (Red+Green+Blue) = 254+130+47=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE822F is #017DD0. Grayscale: #9E9E9E. Windows color (decimal): -97745 or 3113726. OLE color: 3113726.
HSL color Cylindrical-coordinate representation of color #FE822F: hue angle of 24.06º 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 #FE822F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 47 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.00 |
| HSL | 24.06º | 0.99% | 0.59% | - |
| HSV(B) | 24.06º | 0.81% | 1% | - |
| XYZ | 49.37 | 37.24 | 7.28 | - |
| YUV | 157.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 47 | 0 | 0.49 | 0.81 | 0.00 | 24.06 | 0.99 | 0.59 |
| Hex | FE | 82 | 2F | 0 | 31 | 51 | 0 | 18 | 63 | 3B |
| Octal | 376 | 202 | 57 | 0 | 61 | 121 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000010 | 101111 | 0 | 110001 | 1010001 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE822F
Complementary color
Monochromatic Colors of #FE822F
Black with #FE822F
Text Example
Text Example
White with #FE822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE822F; }
p { color: rgb(254,130,47); }
H1.HeaderClassName
{
color: #FE822F;
}
.AnyTagClassName
{
color: #FE822F;
}
</style>
background-color css
<style>
a { background-color: #FE822F; }
a { background-color: rgb(254,130,47); }
div.DivClassName
{
background-color: #FE822F;
}
.BgClassName
{
background-color: #FE822F;
}
</style>
border-color css
<style>
span { border-color: #FE822F; }
span { border-color: rgb(254,130,47); }
td.TdClassName
{
border-color: #FE822F;
}
.TagClassName
{
border-color: #FE822F;
}
</style>