Shades of Burnt Orange #FE7039
Tints of Burnt Orange #FE7039
RGB
CMYK
RGB Variations
Color information
#FE7039 (or 0xFE7039) is known color: Burnt Orange. HEX triplet: FE, 70 and 39. RGB value is (254,112,57). Sum of RGB (Red+Green+Blue) = 254+112+57=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7039 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7039 is #018FC6. Grayscale: #949494. Windows color (decimal): -102343 or 3764478. OLE color: 3764478.
HSL color Cylindrical-coordinate representation of color #FE7039: hue angle of 16.75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE7039 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 57 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.00 |
| HSL | 16.75º | 0.99% | 0.61% | - |
| HSV(B) | 16.75º | 0.78% | 1% | - |
| XYZ | 47.41 | 32.95 | 7.73 | - |
| YUV | 148.19 | 76.54 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 57 | 0 | 0.56 | 0.78 | 0.00 | 16.75 | 0.99 | 0.61 |
| Hex | FE | 70 | 39 | 0 | 38 | 4E | 0 | 11 | 63 | 3D |
| Octal | 376 | 160 | 71 | 0 | 70 | 116 | 0 | 21 | 143 | 75 |
| Binary | 11111110 | 1110000 | 111001 | 0 | 111000 | 1001110 | 0 | 10001 | 1100011 | 111101 |
Color Harmonies of #FE7039
Complementary color
Monochromatic Colors of #FE7039
Black with #FE7039
Text Example
Text Example
White with #FE7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7039; }
p { color: rgb(254,112,57); }
H1.HeaderClassName
{
color: #FE7039;
}
.AnyTagClassName
{
color: #FE7039;
}
</style>
background-color css
<style>
a { background-color: #FE7039; }
a { background-color: rgb(254,112,57); }
div.DivClassName
{
background-color: #FE7039;
}
.BgClassName
{
background-color: #FE7039;
}
</style>
border-color css
<style>
span { border-color: #FE7039; }
span { border-color: rgb(254,112,57); }
td.TdClassName
{
border-color: #FE7039;
}
.TagClassName
{
border-color: #FE7039;
}
</style>