Shades of Burnt Orange #FE7640
Tints of Burnt Orange #FE7640
RGB
CMYK
RGB Variations
Color information
#FE7640 (or 0xFE7640) is known color: Burnt Orange. HEX triplet: FE, 76 and 40. RGB value is (254,118,64). Sum of RGB (Red+Green+Blue) = 254+118+64=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7640 is #0189BF. Grayscale: #989898. Windows color (decimal): -100800 or 4224766. OLE color: 4224766.
HSL color Cylindrical-coordinate representation of color #FE7640: hue angle of 17.05º 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 #FE7640 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.00 |
| HSL | 17.05º | 0.99% | 0.62% | - |
| HSV(B) | 17.05º | 0.75% | 1% | - |
| XYZ | 48.28 | 34.4 | 8.95 | - |
| YUV | 152.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 64 | 0 | 0.54 | 0.75 | 0.00 | 17.05 | 0.99 | 0.62 |
| Hex | FE | 76 | 40 | 0 | 36 | 4B | 0 | 11 | 63 | 3E |
| Octal | 376 | 166 | 100 | 0 | 66 | 113 | 0 | 21 | 143 | 76 |
| Binary | 11111110 | 1110110 | 1000000 | 0 | 110110 | 1001011 | 0 | 10001 | 1100011 | 111110 |
Color Harmonies of #FE7640
Complementary color
Monochromatic Colors of #FE7640
Black with #FE7640
Text Example
Text Example
White with #FE7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7640; }
p { color: rgb(254,118,64); }
H1.HeaderClassName
{
color: #FE7640;
}
.AnyTagClassName
{
color: #FE7640;
}
</style>
background-color css
<style>
a { background-color: #FE7640; }
a { background-color: rgb(254,118,64); }
div.DivClassName
{
background-color: #FE7640;
}
.BgClassName
{
background-color: #FE7640;
}
</style>
border-color css
<style>
span { border-color: #FE7640; }
span { border-color: rgb(254,118,64); }
td.TdClassName
{
border-color: #FE7640;
}
.TagClassName
{
border-color: #FE7640;
}
</style>