Shades of Burnt Orange #FC6D3A
Tints of Burnt Orange #FC6D3A
RGB
CMYK
RGB Variations
Color information
#FC6D3A (or 0xFC6D3A) is known color: Burnt Orange. HEX triplet: FC, 6D and 3A. RGB value is (252,109,58). Sum of RGB (Red+Green+Blue) = 252+109+58=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D3A is #0392C5. Grayscale: #929292. Windows color (decimal): -234182 or 3829244. OLE color: 3829244.
HSL color Cylindrical-coordinate representation of color #FC6D3A: hue angle of 15.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC6D3A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 58 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.01 |
| HSL | 15.77º | 0.97% | 0.61% | - |
| HSV(B) | 15.77º | 0.77% | 0.99% | - |
| XYZ | 46.38 | 31.94 | 7.72 | - |
| YUV | 145.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 58 | 0 | 0.57 | 0.77 | 0.01 | 15.77 | 0.97 | 0.61 |
| Hex | FC | 6D | 3A | 0 | 39 | 4D | 1 | 10 | 61 | 3D |
| Octal | 374 | 155 | 72 | 0 | 71 | 115 | 1 | 20 | 141 | 75 |
| Binary | 11111100 | 1101101 | 111010 | 0 | 111001 | 1001101 | 1 | 10000 | 1100001 | 111101 |
Color Harmonies of #FC6D3A
Complementary color
Monochromatic Colors of #FC6D3A
Black with #FC6D3A
Text Example
Text Example
White with #FC6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D3A; }
p { color: rgb(252,109,58); }
H1.HeaderClassName
{
color: #FC6D3A;
}
.AnyTagClassName
{
color: #FC6D3A;
}
</style>
background-color css
<style>
a { background-color: #FC6D3A; }
a { background-color: rgb(252,109,58); }
div.DivClassName
{
background-color: #FC6D3A;
}
.BgClassName
{
background-color: #FC6D3A;
}
</style>
border-color css
<style>
span { border-color: #FC6D3A; }
span { border-color: rgb(252,109,58); }
td.TdClassName
{
border-color: #FC6D3A;
}
.TagClassName
{
border-color: #FC6D3A;
}
</style>