Shades of Burnt Orange #FC6E2D
Tints of Burnt Orange #FC6E2D
RGB
CMYK
RGB Variations
Color information
#FC6E2D (or 0xFC6E2D) is known color: Burnt Orange. HEX triplet: FC, 6E and 2D. RGB value is (252,110,45). Sum of RGB (Red+Green+Blue) = 252+110+45=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E2D is #0391D2. Grayscale: #919191. Windows color (decimal): -233939 or 2977532. OLE color: 2977532.
HSL color Cylindrical-coordinate representation of color #FC6E2D: hue angle of 18.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC6E2D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 45 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.01 |
| HSL | 18.84º | 0.97% | 0.58% | - |
| HSV(B) | 18.84º | 0.82% | 0.99% | - |
| XYZ | 46.19 | 32.04 | 6.23 | - |
| YUV | 145.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 45 | 0 | 0.56 | 0.82 | 0.01 | 18.84 | 0.97 | 0.58 |
| Hex | FC | 6E | 2D | 0 | 38 | 52 | 1 | 13 | 61 | 3A |
| Octal | 374 | 156 | 55 | 0 | 70 | 122 | 1 | 23 | 141 | 72 |
| Binary | 11111100 | 1101110 | 101101 | 0 | 111000 | 1010010 | 1 | 10011 | 1100001 | 111010 |
Color Harmonies of #FC6E2D
Complementary color
Monochromatic Colors of #FC6E2D
Black with #FC6E2D
Text Example
Text Example
White with #FC6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E2D; }
p { color: rgb(252,110,45); }
H1.HeaderClassName
{
color: #FC6E2D;
}
.AnyTagClassName
{
color: #FC6E2D;
}
</style>
background-color css
<style>
a { background-color: #FC6E2D; }
a { background-color: rgb(252,110,45); }
div.DivClassName
{
background-color: #FC6E2D;
}
.BgClassName
{
background-color: #FC6E2D;
}
</style>
border-color css
<style>
span { border-color: #FC6E2D; }
span { border-color: rgb(252,110,45); }
td.TdClassName
{
border-color: #FC6E2D;
}
.TagClassName
{
border-color: #FC6E2D;
}
</style>