Shades of Burnt Orange #FE6D39
Tints of Burnt Orange #FE6D39
RGB
CMYK
RGB Variations
Color information
#FE6D39 (or 0xFE6D39) is known color: Burnt Orange. HEX triplet: FE, 6D and 39. RGB value is (254,109,57). Sum of RGB (Red+Green+Blue) = 254+109+57=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D39 is #0192C6. Grayscale: #929292. Windows color (decimal): -103111 or 3763710. OLE color: 3763710.
HSL color Cylindrical-coordinate representation of color #FE6D39: hue angle of 15.84º 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 #FE6D39 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 57 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.00 |
| HSL | 15.84º | 0.99% | 0.61% | - |
| HSV(B) | 15.84º | 0.78% | 1% | - |
| XYZ | 47.08 | 32.3 | 7.62 | - |
| YUV | 146.43 | 77.54 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 57 | 0 | 0.57 | 0.78 | 0.00 | 15.84 | 0.99 | 0.61 |
| Hex | FE | 6D | 39 | 0 | 39 | 4E | 0 | 10 | 63 | 3D |
| Octal | 376 | 155 | 71 | 0 | 71 | 116 | 0 | 20 | 143 | 75 |
| Binary | 11111110 | 1101101 | 111001 | 0 | 111001 | 1001110 | 0 | 10000 | 1100011 | 111101 |
Color Harmonies of #FE6D39
Complementary color
Monochromatic Colors of #FE6D39
Black with #FE6D39
Text Example
Text Example
White with #FE6D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D39; }
p { color: rgb(254,109,57); }
H1.HeaderClassName
{
color: #FE6D39;
}
.AnyTagClassName
{
color: #FE6D39;
}
</style>
background-color css
<style>
a { background-color: #FE6D39; }
a { background-color: rgb(254,109,57); }
div.DivClassName
{
background-color: #FE6D39;
}
.BgClassName
{
background-color: #FE6D39;
}
</style>
border-color css
<style>
span { border-color: #FE6D39; }
span { border-color: rgb(254,109,57); }
td.TdClassName
{
border-color: #FE6D39;
}
.TagClassName
{
border-color: #FE6D39;
}
</style>