Shades of Burnt Orange #FE822C
Tints of Burnt Orange #FE822C
RGB
CMYK
RGB Variations
Color information
#FE822C (or 0xFE822C) is known color: Burnt Orange. HEX triplet: FE, 82 and 2C. RGB value is (254,130,44). Sum of RGB (Red+Green+Blue) = 254+130+44=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE822C is #017DD3. Grayscale: #9D9D9D. Windows color (decimal): -97748 or 2917118. OLE color: 2917118.
HSL color Cylindrical-coordinate representation of color #FE822C: hue angle of 24.57º 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 #FE822C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 44 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.00 |
| HSL | 24.57º | 0.99% | 0.58% | - |
| HSV(B) | 24.57º | 0.83% | 1% | - |
| XYZ | 49.31 | 37.22 | 6.97 | - |
| YUV | 157.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 44 | 0 | 0.49 | 0.83 | 0.00 | 24.57 | 0.99 | 0.58 |
| Hex | FE | 82 | 2C | 0 | 31 | 53 | 0 | 19 | 63 | 3A |
| Octal | 376 | 202 | 54 | 0 | 61 | 123 | 0 | 31 | 143 | 72 |
| Binary | 11111110 | 10000010 | 101100 | 0 | 110001 | 1010011 | 0 | 11001 | 1100011 | 111010 |
Color Harmonies of #FE822C
Complementary color
Monochromatic Colors of #FE822C
Black with #FE822C
Text Example
Text Example
White with #FE822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE822C; }
p { color: rgb(254,130,44); }
H1.HeaderClassName
{
color: #FE822C;
}
.AnyTagClassName
{
color: #FE822C;
}
</style>
background-color css
<style>
a { background-color: #FE822C; }
a { background-color: rgb(254,130,44); }
div.DivClassName
{
background-color: #FE822C;
}
.BgClassName
{
background-color: #FE822C;
}
</style>
border-color css
<style>
span { border-color: #FE822C; }
span { border-color: rgb(254,130,44); }
td.TdClassName
{
border-color: #FE822C;
}
.TagClassName
{
border-color: #FE822C;
}
</style>