Shades of Burnt Orange #FC6C27
Tints of Burnt Orange #FC6C27
RGB
CMYK
RGB Variations
Color information
#FC6C27 (or 0xFC6C27) is known color: Burnt Orange. HEX triplet: FC, 6C and 27. RGB value is (252,108,39). Sum of RGB (Red+Green+Blue) = 252+108+39=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C27 is #0393D8. Grayscale: #8F8F8F. Windows color (decimal): -234457 or 2583804. OLE color: 2583804.
HSL color Cylindrical-coordinate representation of color #FC6C27: hue angle of 19.44º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC6C27 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 39 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.01 |
| HSL | 19.44º | 0.97% | 0.57% | - |
| HSV(B) | 19.44º | 0.85% | 0.99% | - |
| XYZ | 45.87 | 31.57 | 5.59 | - |
| YUV | 143.19 | 69.21 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 39 | 0 | 0.57 | 0.85 | 0.01 | 19.44 | 0.97 | 0.57 |
| Hex | FC | 6C | 27 | 0 | 39 | 55 | 1 | 13 | 61 | 39 |
| Octal | 374 | 154 | 47 | 0 | 71 | 125 | 1 | 23 | 141 | 71 |
| Binary | 11111100 | 1101100 | 100111 | 0 | 111001 | 1010101 | 1 | 10011 | 1100001 | 111001 |
Color Harmonies of #FC6C27
Complementary color
Monochromatic Colors of #FC6C27
Black with #FC6C27
Text Example
Text Example
White with #FC6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C27; }
p { color: rgb(252,108,39); }
H1.HeaderClassName
{
color: #FC6C27;
}
.AnyTagClassName
{
color: #FC6C27;
}
</style>
background-color css
<style>
a { background-color: #FC6C27; }
a { background-color: rgb(252,108,39); }
div.DivClassName
{
background-color: #FC6C27;
}
.BgClassName
{
background-color: #FC6C27;
}
</style>
border-color css
<style>
span { border-color: #FC6C27; }
span { border-color: rgb(252,108,39); }
td.TdClassName
{
border-color: #FC6C27;
}
.TagClassName
{
border-color: #FC6C27;
}
</style>