Shades of Burnt Orange #FC6E37
Tints of Burnt Orange #FC6E37
RGB
CMYK
RGB Variations
Color information
#FC6E37 (or 0xFC6E37) is known color: Burnt Orange. HEX triplet: FC, 6E and 37. RGB value is (252,110,55). Sum of RGB (Red+Green+Blue) = 252+110+55=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E37 is #0391C8. Grayscale: #929292. Windows color (decimal): -233929 or 3632892. OLE color: 3632892.
HSL color Cylindrical-coordinate representation of color #FC6E37: hue angle of 16.75º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC6E37 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 55 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.01 |
| HSL | 16.75º | 0.97% | 0.6% | - |
| HSV(B) | 16.75º | 0.78% | 0.99% | - |
| XYZ | 46.41 | 32.12 | 7.37 | - |
| YUV | 146.19 | 76.54 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 55 | 0 | 0.56 | 0.78 | 0.01 | 16.75 | 0.97 | 0.6 |
| Hex | FC | 6E | 37 | 0 | 38 | 4E | 1 | 11 | 61 | 3C |
| Octal | 374 | 156 | 67 | 0 | 70 | 116 | 1 | 21 | 141 | 74 |
| Binary | 11111100 | 1101110 | 110111 | 0 | 111000 | 1001110 | 1 | 10001 | 1100001 | 111100 |
Color Harmonies of #FC6E37
Complementary color
Monochromatic Colors of #FC6E37
Black with #FC6E37
Text Example
Text Example
White with #FC6E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E37; }
p { color: rgb(252,110,55); }
H1.HeaderClassName
{
color: #FC6E37;
}
.AnyTagClassName
{
color: #FC6E37;
}
</style>
background-color css
<style>
a { background-color: #FC6E37; }
a { background-color: rgb(252,110,55); }
div.DivClassName
{
background-color: #FC6E37;
}
.BgClassName
{
background-color: #FC6E37;
}
</style>
border-color css
<style>
span { border-color: #FC6E37; }
span { border-color: rgb(252,110,55); }
td.TdClassName
{
border-color: #FC6E37;
}
.TagClassName
{
border-color: #FC6E37;
}
</style>