Shades of Burnt Orange #FC6E28
Tints of Burnt Orange #FC6E28
RGB
CMYK
RGB Variations
Color information
#FC6E28 (or 0xFC6E28) is known color: Burnt Orange. HEX triplet: FC, 6E and 28. RGB value is (252,110,40). Sum of RGB (Red+Green+Blue) = 252+110+40=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E28 is #0391D7. Grayscale: #909090. Windows color (decimal): -233944 or 2649852. OLE color: 2649852.
HSL color Cylindrical-coordinate representation of color #FC6E28: hue angle of 19.81º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC6E28 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 40 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.01 |
| HSL | 19.81º | 0.97% | 0.57% | - |
| HSV(B) | 19.81º | 0.84% | 0.99% | - |
| XYZ | 46.1 | 32 | 5.75 | - |
| YUV | 144.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 40 | 0 | 0.56 | 0.84 | 0.01 | 19.81 | 0.97 | 0.57 |
| Hex | FC | 6E | 28 | 0 | 38 | 54 | 1 | 14 | 61 | 39 |
| Octal | 374 | 156 | 50 | 0 | 70 | 124 | 1 | 24 | 141 | 71 |
| Binary | 11111100 | 1101110 | 101000 | 0 | 111000 | 1010100 | 1 | 10100 | 1100001 | 111001 |
Color Harmonies of #FC6E28
Complementary color
Monochromatic Colors of #FC6E28
Black with #FC6E28
Text Example
Text Example
White with #FC6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E28; }
p { color: rgb(252,110,40); }
H1.HeaderClassName
{
color: #FC6E28;
}
.AnyTagClassName
{
color: #FC6E28;
}
</style>
background-color css
<style>
a { background-color: #FC6E28; }
a { background-color: rgb(252,110,40); }
div.DivClassName
{
background-color: #FC6E28;
}
.BgClassName
{
background-color: #FC6E28;
}
</style>
border-color css
<style>
span { border-color: #FC6E28; }
span { border-color: rgb(252,110,40); }
td.TdClassName
{
border-color: #FC6E28;
}
.TagClassName
{
border-color: #FC6E28;
}
</style>