Shades of Burnt Orange #FC6E31
Tints of Burnt Orange #FC6E31
RGB
CMYK
RGB Variations
Color information
#FC6E31 (or 0xFC6E31) is known color: Burnt Orange. HEX triplet: FC, 6E and 31. RGB value is (252,110,49). Sum of RGB (Red+Green+Blue) = 252+110+49=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E31 is #0391CE. Grayscale: #919191. Windows color (decimal): -233935 or 3239676. OLE color: 3239676.
HSL color Cylindrical-coordinate representation of color #FC6E31: hue angle of 18.03º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC6E31 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 49 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.01 |
| HSL | 18.03º | 0.97% | 0.59% | - |
| HSV(B) | 18.03º | 0.81% | 0.99% | - |
| XYZ | 46.28 | 32.07 | 6.66 | - |
| YUV | 145.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 49 | 0 | 0.56 | 0.81 | 0.01 | 18.03 | 0.97 | 0.59 |
| Hex | FC | 6E | 31 | 0 | 38 | 51 | 1 | 12 | 61 | 3B |
| Octal | 374 | 156 | 61 | 0 | 70 | 121 | 1 | 22 | 141 | 73 |
| Binary | 11111100 | 1101110 | 110001 | 0 | 111000 | 1010001 | 1 | 10010 | 1100001 | 111011 |
Color Harmonies of #FC6E31
Complementary color
Monochromatic Colors of #FC6E31
Black with #FC6E31
Text Example
Text Example
White with #FC6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E31; }
p { color: rgb(252,110,49); }
H1.HeaderClassName
{
color: #FC6E31;
}
.AnyTagClassName
{
color: #FC6E31;
}
</style>
background-color css
<style>
a { background-color: #FC6E31; }
a { background-color: rgb(252,110,49); }
div.DivClassName
{
background-color: #FC6E31;
}
.BgClassName
{
background-color: #FC6E31;
}
</style>
border-color css
<style>
span { border-color: #FC6E31; }
span { border-color: rgb(252,110,49); }
td.TdClassName
{
border-color: #FC6E31;
}
.TagClassName
{
border-color: #FC6E31;
}
</style>