Shades of Burnt Orange #FE712A
Tints of Burnt Orange #FE712A
RGB
CMYK
RGB Variations
Color information
#FE712A (or 0xFE712A) is known color: Burnt Orange. HEX triplet: FE, 71 and 2A. RGB value is (254,113,42). Sum of RGB (Red+Green+Blue) = 254+113+42=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE712A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE712A is #018ED5. Grayscale: #939393. Windows color (decimal): -102102 or 2781694. OLE color: 2781694.
HSL color Cylindrical-coordinate representation of color #FE712A: hue angle of 20.09º 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 #FE712A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.00 |
| HSL | 20.09º | 0.99% | 0.58% | - |
| HSV(B) | 20.09º | 0.83% | 1% | - |
| XYZ | 47.2 | 33.05 | 6.08 | - |
| YUV | 147.07 | 68.71 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 42 | 0 | 0.56 | 0.83 | 0.00 | 20.09 | 0.99 | 0.58 |
| Hex | FE | 71 | 2A | 0 | 38 | 53 | 0 | 14 | 63 | 3A |
| Octal | 376 | 161 | 52 | 0 | 70 | 123 | 0 | 24 | 143 | 72 |
| Binary | 11111110 | 1110001 | 101010 | 0 | 111000 | 1010011 | 0 | 10100 | 1100011 | 111010 |
Color Harmonies of #FE712A
Complementary color
Monochromatic Colors of #FE712A
Black with #FE712A
Text Example
Text Example
White with #FE712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE712A; }
p { color: rgb(254,113,42); }
H1.HeaderClassName
{
color: #FE712A;
}
.AnyTagClassName
{
color: #FE712A;
}
</style>
background-color css
<style>
a { background-color: #FE712A; }
a { background-color: rgb(254,113,42); }
div.DivClassName
{
background-color: #FE712A;
}
.BgClassName
{
background-color: #FE712A;
}
</style>
border-color css
<style>
span { border-color: #FE712A; }
span { border-color: rgb(254,113,42); }
td.TdClassName
{
border-color: #FE712A;
}
.TagClassName
{
border-color: #FE712A;
}
</style>