Shades of Burnt Orange #FE7B40
Tints of Burnt Orange #FE7B40
RGB
CMYK
RGB Variations
Color information
#FE7B40 (or 0xFE7B40) is known color: Burnt Orange. HEX triplet: FE, 7B and 40. RGB value is (254,123,64). Sum of RGB (Red+Green+Blue) = 254+123+64=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B40 is #0184BF. Grayscale: #9B9B9B. Windows color (decimal): -99520 or 4226046. OLE color: 4226046.
HSL color Cylindrical-coordinate representation of color #FE7B40: hue angle of 18.63º 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 #FE7B40 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 64 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.00 |
| HSL | 18.63º | 0.99% | 0.62% | - |
| HSV(B) | 18.63º | 0.75% | 1% | - |
| XYZ | 48.88 | 35.61 | 9.15 | - |
| YUV | 155.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 64 | 0 | 0.52 | 0.75 | 0.00 | 18.63 | 0.99 | 0.62 |
| Hex | FE | 7B | 40 | 0 | 34 | 4B | 0 | 13 | 63 | 3E |
| Octal | 376 | 173 | 100 | 0 | 64 | 113 | 0 | 23 | 143 | 76 |
| Binary | 11111110 | 1111011 | 1000000 | 0 | 110100 | 1001011 | 0 | 10011 | 1100011 | 111110 |
Color Harmonies of #FE7B40
Complementary color
Monochromatic Colors of #FE7B40
Black with #FE7B40
Text Example
Text Example
White with #FE7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B40; }
p { color: rgb(254,123,64); }
H1.HeaderClassName
{
color: #FE7B40;
}
.AnyTagClassName
{
color: #FE7B40;
}
</style>
background-color css
<style>
a { background-color: #FE7B40; }
a { background-color: rgb(254,123,64); }
div.DivClassName
{
background-color: #FE7B40;
}
.BgClassName
{
background-color: #FE7B40;
}
</style>
border-color css
<style>
span { border-color: #FE7B40; }
span { border-color: rgb(254,123,64); }
td.TdClassName
{
border-color: #FE7B40;
}
.TagClassName
{
border-color: #FE7B40;
}
</style>