Shades of Burnt Orange #FE7027
Tints of Burnt Orange #FE7027
RGB
CMYK
RGB Variations
Color information
#FE7027 (or 0xFE7027) is known color: Burnt Orange. HEX triplet: FE, 70 and 27. RGB value is (254,112,39). Sum of RGB (Red+Green+Blue) = 254+112+39=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7027 is #018FD8. Grayscale: #929292. Windows color (decimal): -102361 or 2584830. OLE color: 2584830.
HSL color Cylindrical-coordinate representation of color #FE7027: hue angle of 20.37º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7027 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 39 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.00 |
| HSL | 20.37º | 0.99% | 0.57% | - |
| HSV(B) | 20.37º | 0.85% | 1% | - |
| XYZ | 47.03 | 32.81 | 5.77 | - |
| YUV | 146.14 | 67.54 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 39 | 0 | 0.56 | 0.85 | 0.00 | 20.37 | 0.99 | 0.57 |
| Hex | FE | 70 | 27 | 0 | 38 | 55 | 0 | 14 | 63 | 39 |
| Octal | 376 | 160 | 47 | 0 | 70 | 125 | 0 | 24 | 143 | 71 |
| Binary | 11111110 | 1110000 | 100111 | 0 | 111000 | 1010101 | 0 | 10100 | 1100011 | 111001 |
Color Harmonies of #FE7027
Complementary color
Monochromatic Colors of #FE7027
Black with #FE7027
Text Example
Text Example
White with #FE7027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7027; }
p { color: rgb(254,112,39); }
H1.HeaderClassName
{
color: #FE7027;
}
.AnyTagClassName
{
color: #FE7027;
}
</style>
background-color css
<style>
a { background-color: #FE7027; }
a { background-color: rgb(254,112,39); }
div.DivClassName
{
background-color: #FE7027;
}
.BgClassName
{
background-color: #FE7027;
}
</style>
border-color css
<style>
span { border-color: #FE7027; }
span { border-color: rgb(254,112,39); }
td.TdClassName
{
border-color: #FE7027;
}
.TagClassName
{
border-color: #FE7027;
}
</style>