Shades of Burnt Orange #FC6A37
Tints of Burnt Orange #FC6A37
RGB
CMYK
RGB Variations
Color information
#FC6A37 (or 0xFC6A37) is known color: Burnt Orange. HEX triplet: FC, 6A and 37. RGB value is (252,106,55). Sum of RGB (Red+Green+Blue) = 252+106+55=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A37 is #0395C8. Grayscale: #909090. Windows color (decimal): -234953 or 3631868. OLE color: 3631868.
HSL color Cylindrical-coordinate representation of color #FC6A37: hue angle of 15.53º 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 #FC6A37 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 55 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.01 |
| HSL | 15.53º | 0.97% | 0.6% | - |
| HSV(B) | 15.53º | 0.78% | 0.99% | - |
| XYZ | 45.99 | 31.28 | 7.23 | - |
| YUV | 143.84 | 77.87 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 55 | 0 | 0.58 | 0.78 | 0.01 | 15.53 | 0.97 | 0.6 |
| Hex | FC | 6A | 37 | 0 | 3A | 4E | 1 | 10 | 61 | 3C |
| Octal | 374 | 152 | 67 | 0 | 72 | 116 | 1 | 20 | 141 | 74 |
| Binary | 11111100 | 1101010 | 110111 | 0 | 111010 | 1001110 | 1 | 10000 | 1100001 | 111100 |
Color Harmonies of #FC6A37
Complementary color
Monochromatic Colors of #FC6A37
Black with #FC6A37
Text Example
Text Example
White with #FC6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A37; }
p { color: rgb(252,106,55); }
H1.HeaderClassName
{
color: #FC6A37;
}
.AnyTagClassName
{
color: #FC6A37;
}
</style>
background-color css
<style>
a { background-color: #FC6A37; }
a { background-color: rgb(252,106,55); }
div.DivClassName
{
background-color: #FC6A37;
}
.BgClassName
{
background-color: #FC6A37;
}
</style>
border-color css
<style>
span { border-color: #FC6A37; }
span { border-color: rgb(252,106,55); }
td.TdClassName
{
border-color: #FC6A37;
}
.TagClassName
{
border-color: #FC6A37;
}
</style>