Shades of Burnt Orange #FE822D
Tints of Burnt Orange #FE822D
RGB
CMYK
RGB Variations
Color information
#FE822D (or 0xFE822D) is known color: Burnt Orange. HEX triplet: FE, 82 and 2D. RGB value is (254,130,45). Sum of RGB (Red+Green+Blue) = 254+130+45=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE822D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE822D is #017DD2. Grayscale: #9D9D9D. Windows color (decimal): -97747 or 2982654. OLE color: 2982654.
HSL color Cylindrical-coordinate representation of color #FE822D: hue angle of 24.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE822D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 45 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.00 |
| HSL | 24.4º | 0.99% | 0.59% | - |
| HSV(B) | 24.4º | 0.82% | 1% | - |
| XYZ | 49.33 | 37.23 | 7.07 | - |
| YUV | 157.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 45 | 0 | 0.49 | 0.82 | 0.00 | 24.4 | 0.99 | 0.59 |
| Hex | FE | 82 | 2D | 0 | 31 | 52 | 0 | 18 | 63 | 3B |
| Octal | 376 | 202 | 55 | 0 | 61 | 122 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000010 | 101101 | 0 | 110001 | 1010010 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE822D
Complementary color
Monochromatic Colors of #FE822D
Black with #FE822D
Text Example
Text Example
White with #FE822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE822D; }
p { color: rgb(254,130,45); }
H1.HeaderClassName
{
color: #FE822D;
}
.AnyTagClassName
{
color: #FE822D;
}
</style>
background-color css
<style>
a { background-color: #FE822D; }
a { background-color: rgb(254,130,45); }
div.DivClassName
{
background-color: #FE822D;
}
.BgClassName
{
background-color: #FE822D;
}
</style>
border-color css
<style>
span { border-color: #FE822D; }
span { border-color: rgb(254,130,45); }
td.TdClassName
{
border-color: #FE822D;
}
.TagClassName
{
border-color: #FE822D;
}
</style>