Shades of Burnt Orange #FC6E27
Tints of Burnt Orange #FC6E27
RGB
CMYK
RGB Variations
Color information
#FC6E27 (or 0xFC6E27) is known color: Burnt Orange. HEX triplet: FC, 6E and 27. RGB value is (252,110,39). Sum of RGB (Red+Green+Blue) = 252+110+39=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E27 is #0391D8. Grayscale: #909090. Windows color (decimal): -233945 or 2584316. OLE color: 2584316.
HSL color Cylindrical-coordinate representation of color #FC6E27: hue angle of 20º 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 #FC6E27 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 39 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.01 |
| HSL | 20º | 0.97% | 0.57% | - |
| HSV(B) | 20º | 0.85% | 0.99% | - |
| XYZ | 46.09 | 31.99 | 5.67 | - |
| YUV | 144.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 39 | 0 | 0.56 | 0.85 | 0.01 | 20 | 0.97 | 0.57 |
| Hex | FC | 6E | 27 | 0 | 38 | 55 | 1 | 14 | 61 | 39 |
| Octal | 374 | 156 | 47 | 0 | 70 | 125 | 1 | 24 | 141 | 71 |
| Binary | 11111100 | 1101110 | 100111 | 0 | 111000 | 1010101 | 1 | 10100 | 1100001 | 111001 |
Color Harmonies of #FC6E27
Complementary color
Monochromatic Colors of #FC6E27
Black with #FC6E27
Text Example
Text Example
White with #FC6E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E27; }
p { color: rgb(252,110,39); }
H1.HeaderClassName
{
color: #FC6E27;
}
.AnyTagClassName
{
color: #FC6E27;
}
</style>
background-color css
<style>
a { background-color: #FC6E27; }
a { background-color: rgb(252,110,39); }
div.DivClassName
{
background-color: #FC6E27;
}
.BgClassName
{
background-color: #FC6E27;
}
</style>
border-color css
<style>
span { border-color: #FC6E27; }
span { border-color: rgb(252,110,39); }
td.TdClassName
{
border-color: #FC6E27;
}
.TagClassName
{
border-color: #FC6E27;
}
</style>