Shades of Burnt Orange #FE712D
Tints of Burnt Orange #FE712D
RGB
CMYK
RGB Variations
Color information
#FE712D (or 0xFE712D) is known color: Burnt Orange. HEX triplet: FE, 71 and 2D. RGB value is (254,113,45). Sum of RGB (Red+Green+Blue) = 254+113+45=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE712D is #018ED2. Grayscale: #939393. Windows color (decimal): -102099 or 2978302. OLE color: 2978302.
HSL color Cylindrical-coordinate representation of color #FE712D: hue angle of 19.52º 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 #FE712D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.00 |
| HSL | 19.52º | 0.99% | 0.59% | - |
| HSV(B) | 19.52º | 0.82% | 1% | - |
| XYZ | 47.25 | 33.07 | 6.38 | - |
| YUV | 147.41 | 70.21 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 45 | 0 | 0.56 | 0.82 | 0.00 | 19.52 | 0.99 | 0.59 |
| Hex | FE | 71 | 2D | 0 | 38 | 52 | 0 | 14 | 63 | 3B |
| Octal | 376 | 161 | 55 | 0 | 70 | 122 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110001 | 101101 | 0 | 111000 | 1010010 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE712D
Complementary color
Monochromatic Colors of #FE712D
Black with #FE712D
Text Example
Text Example
White with #FE712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE712D; }
p { color: rgb(254,113,45); }
H1.HeaderClassName
{
color: #FE712D;
}
.AnyTagClassName
{
color: #FE712D;
}
</style>
background-color css
<style>
a { background-color: #FE712D; }
a { background-color: rgb(254,113,45); }
div.DivClassName
{
background-color: #FE712D;
}
.BgClassName
{
background-color: #FE712D;
}
</style>
border-color css
<style>
span { border-color: #FE712D; }
span { border-color: rgb(254,113,45); }
td.TdClassName
{
border-color: #FE712D;
}
.TagClassName
{
border-color: #FE712D;
}
</style>