Shades of Burnt Orange #FE7431
Tints of Burnt Orange #FE7431
RGB
CMYK
RGB Variations
Color information
#FE7431 (or 0xFE7431) is known color: Burnt Orange. HEX triplet: FE, 74 and 31. RGB value is (254,116,49). Sum of RGB (Red+Green+Blue) = 254+116+49=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7431 is #018BCE. Grayscale: #969696. Windows color (decimal): -101327 or 3241214. OLE color: 3241214.
HSL color Cylindrical-coordinate representation of color #FE7431: hue angle of 19.61º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE7431 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 49 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 19.61º | 0.99% | 0.59% | - |
| HSV(B) | 19.61º | 0.81% | 1% | - |
| XYZ | 47.67 | 33.78 | 6.91 | - |
| YUV | 149.62 | 71.22 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 49 | 0 | 0.54 | 0.81 | 0.00 | 19.61 | 0.99 | 0.59 |
| Hex | FE | 74 | 31 | 0 | 36 | 51 | 0 | 14 | 63 | 3B |
| Octal | 376 | 164 | 61 | 0 | 66 | 121 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110100 | 110001 | 0 | 110110 | 1010001 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE7431
Complementary color
Monochromatic Colors of #FE7431
Black with #FE7431
Text Example
Text Example
White with #FE7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7431; }
p { color: rgb(254,116,49); }
H1.HeaderClassName
{
color: #FE7431;
}
.AnyTagClassName
{
color: #FE7431;
}
</style>
background-color css
<style>
a { background-color: #FE7431; }
a { background-color: rgb(254,116,49); }
div.DivClassName
{
background-color: #FE7431;
}
.BgClassName
{
background-color: #FE7431;
}
</style>
border-color css
<style>
span { border-color: #FE7431; }
span { border-color: rgb(254,116,49); }
td.TdClassName
{
border-color: #FE7431;
}
.TagClassName
{
border-color: #FE7431;
}
</style>