Shades of Burnt Orange #FE812D
Tints of Burnt Orange #FE812D
RGB
CMYK
RGB Variations
Color information
#FE812D (or 0xFE812D) is known color: Burnt Orange. HEX triplet: FE, 81 and 2D. RGB value is (254,129,45). Sum of RGB (Red+Green+Blue) = 254+129+45=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE812D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE812D is #017ED2. Grayscale: #9D9D9D. Windows color (decimal): -98003 or 2982398. OLE color: 2982398.
HSL color Cylindrical-coordinate representation of color #FE812D: hue angle of 24.11º 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 #FE812D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 45 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.00 |
| HSL | 24.11º | 0.99% | 0.59% | - |
| HSV(B) | 24.11º | 0.82% | 1% | - |
| XYZ | 49.2 | 36.96 | 7.02 | - |
| YUV | 156.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 45 | 0 | 0.49 | 0.82 | 0.00 | 24.11 | 0.99 | 0.59 |
| Hex | FE | 81 | 2D | 0 | 31 | 52 | 0 | 18 | 63 | 3B |
| Octal | 376 | 201 | 55 | 0 | 61 | 122 | 0 | 30 | 143 | 73 |
| Binary | 11111110 | 10000001 | 101101 | 0 | 110001 | 1010010 | 0 | 11000 | 1100011 | 111011 |
Color Harmonies of #FE812D
Complementary color
Monochromatic Colors of #FE812D
Black with #FE812D
Text Example
Text Example
White with #FE812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE812D; }
p { color: rgb(254,129,45); }
H1.HeaderClassName
{
color: #FE812D;
}
.AnyTagClassName
{
color: #FE812D;
}
</style>
background-color css
<style>
a { background-color: #FE812D; }
a { background-color: rgb(254,129,45); }
div.DivClassName
{
background-color: #FE812D;
}
.BgClassName
{
background-color: #FE812D;
}
</style>
border-color css
<style>
span { border-color: #FE812D; }
span { border-color: rgb(254,129,45); }
td.TdClassName
{
border-color: #FE812D;
}
.TagClassName
{
border-color: #FE812D;
}
</style>