Shades of Burnt Orange #FE6C39
Tints of Burnt Orange #FE6C39
RGB
CMYK
RGB Variations
Color information
#FE6C39 (or 0xFE6C39) is known color: Burnt Orange. HEX triplet: FE, 6C and 39. RGB value is (254,108,57). Sum of RGB (Red+Green+Blue) = 254+108+57=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C39 is #0193C6. Grayscale: #929292. Windows color (decimal): -103367 or 3763454. OLE color: 3763454.
HSL color Cylindrical-coordinate representation of color #FE6C39: hue angle of 15.53º 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 #FE6C39 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 57 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.00 |
| HSL | 15.53º | 0.99% | 0.61% | - |
| HSV(B) | 15.53º | 0.78% | 1% | - |
| XYZ | 46.97 | 32.09 | 7.59 | - |
| YUV | 145.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 57 | 0 | 0.57 | 0.78 | 0.00 | 15.53 | 0.99 | 0.61 |
| Hex | FE | 6C | 39 | 0 | 39 | 4E | 0 | 10 | 63 | 3D |
| Octal | 376 | 154 | 71 | 0 | 71 | 116 | 0 | 20 | 143 | 75 |
| Binary | 11111110 | 1101100 | 111001 | 0 | 111001 | 1001110 | 0 | 10000 | 1100011 | 111101 |
Color Harmonies of #FE6C39
Complementary color
Monochromatic Colors of #FE6C39
Black with #FE6C39
Text Example
Text Example
White with #FE6C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C39; }
p { color: rgb(254,108,57); }
H1.HeaderClassName
{
color: #FE6C39;
}
.AnyTagClassName
{
color: #FE6C39;
}
</style>
background-color css
<style>
a { background-color: #FE6C39; }
a { background-color: rgb(254,108,57); }
div.DivClassName
{
background-color: #FE6C39;
}
.BgClassName
{
background-color: #FE6C39;
}
</style>
border-color css
<style>
span { border-color: #FE6C39; }
span { border-color: rgb(254,108,57); }
td.TdClassName
{
border-color: #FE6C39;
}
.TagClassName
{
border-color: #FE6C39;
}
</style>