Shades of Burnt Orange #FC6D3D
Tints of Burnt Orange #FC6D3D
RGB
CMYK
RGB Variations
Color information
#FC6D3D (or 0xFC6D3D) is known color: Burnt Orange. HEX triplet: FC, 6D and 3D. RGB value is (252,109,61). Sum of RGB (Red+Green+Blue) = 252+109+61=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D3D is #0392C2. Grayscale: #929292. Windows color (decimal): -234179 or 4025852. OLE color: 4025852.
HSL color Cylindrical-coordinate representation of color #FC6D3D: hue angle of 15.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC6D3D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 61 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.01 |
| HSL | 15.08º | 0.97% | 0.61% | - |
| HSV(B) | 15.08º | 0.76% | 0.99% | - |
| XYZ | 46.46 | 31.97 | 8.14 | - |
| YUV | 146.29 | 79.88 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 61 | 0 | 0.57 | 0.76 | 0.01 | 15.08 | 0.97 | 0.61 |
| Hex | FC | 6D | 3D | 0 | 39 | 4C | 1 | F | 61 | 3D |
| Octal | 374 | 155 | 75 | 0 | 71 | 114 | 1 | 17 | 141 | 75 |
| Binary | 11111100 | 1101101 | 111101 | 0 | 111001 | 1001100 | 1 | 1111 | 1100001 | 111101 |
Color Harmonies of #FC6D3D
Complementary color
Monochromatic Colors of #FC6D3D
Black with #FC6D3D
Text Example
Text Example
White with #FC6D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D3D; }
p { color: rgb(252,109,61); }
H1.HeaderClassName
{
color: #FC6D3D;
}
.AnyTagClassName
{
color: #FC6D3D;
}
</style>
background-color css
<style>
a { background-color: #FC6D3D; }
a { background-color: rgb(252,109,61); }
div.DivClassName
{
background-color: #FC6D3D;
}
.BgClassName
{
background-color: #FC6D3D;
}
</style>
border-color css
<style>
span { border-color: #FC6D3D; }
span { border-color: rgb(252,109,61); }
td.TdClassName
{
border-color: #FC6D3D;
}
.TagClassName
{
border-color: #FC6D3D;
}
</style>