Shades of Burnt Orange #FE7440
Tints of Burnt Orange #FE7440
RGB
CMYK
RGB Variations
Color information
#FE7440 (or 0xFE7440) is known color: Burnt Orange. HEX triplet: FE, 74 and 40. RGB value is (254,116,64). Sum of RGB (Red+Green+Blue) = 254+116+64=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7440 is #018BBF. Grayscale: #979797. Windows color (decimal): -101312 or 4224254. OLE color: 4224254.
HSL color Cylindrical-coordinate representation of color #FE7440: hue angle of 16.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE7440 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.00 |
| HSL | 16.42º | 0.99% | 0.62% | - |
| HSV(B) | 16.42º | 0.75% | 1% | - |
| XYZ | 48.04 | 33.93 | 8.87 | - |
| YUV | 151.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 64 | 0 | 0.54 | 0.75 | 0.00 | 16.42 | 0.99 | 0.62 |
| Hex | FE | 74 | 40 | 0 | 36 | 4B | 0 | 10 | 63 | 3E |
| Octal | 376 | 164 | 100 | 0 | 66 | 113 | 0 | 20 | 143 | 76 |
| Binary | 11111110 | 1110100 | 1000000 | 0 | 110110 | 1001011 | 0 | 10000 | 1100011 | 111110 |
Color Harmonies of #FE7440
Complementary color
Monochromatic Colors of #FE7440
Black with #FE7440
Text Example
Text Example
White with #FE7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7440; }
p { color: rgb(254,116,64); }
H1.HeaderClassName
{
color: #FE7440;
}
.AnyTagClassName
{
color: #FE7440;
}
</style>
background-color css
<style>
a { background-color: #FE7440; }
a { background-color: rgb(254,116,64); }
div.DivClassName
{
background-color: #FE7440;
}
.BgClassName
{
background-color: #FE7440;
}
</style>
border-color css
<style>
span { border-color: #FE7440; }
span { border-color: rgb(254,116,64); }
td.TdClassName
{
border-color: #FE7440;
}
.TagClassName
{
border-color: #FE7440;
}
</style>