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