Shades of Burnt Orange #FC6C32
Tints of Burnt Orange #FC6C32
RGB
CMYK
RGB Variations
Color information
#FC6C32 (or 0xFC6C32) is known color: Burnt Orange. HEX triplet: FC, 6C and 32. RGB value is (252,108,50). Sum of RGB (Red+Green+Blue) = 252+108+50=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C32 is #0393CD. Grayscale: #909090. Windows color (decimal): -234446 or 3304700. OLE color: 3304700.
HSL color Cylindrical-coordinate representation of color #FC6C32: hue angle of 17.23º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC6C32 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 50 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.01 |
| HSL | 17.23º | 0.97% | 0.59% | - |
| HSV(B) | 17.23º | 0.8% | 0.99% | - |
| XYZ | 46.08 | 31.65 | 6.7 | - |
| YUV | 144.44 | 74.71 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 50 | 0 | 0.57 | 0.80 | 0.01 | 17.23 | 0.97 | 0.59 |
| Hex | FC | 6C | 32 | 0 | 39 | 50 | 1 | 11 | 61 | 3B |
| Octal | 374 | 154 | 62 | 0 | 71 | 120 | 1 | 21 | 141 | 73 |
| Binary | 11111100 | 1101100 | 110010 | 0 | 111001 | 1010000 | 1 | 10001 | 1100001 | 111011 |
Color Harmonies of #FC6C32
Complementary color
Monochromatic Colors of #FC6C32
Black with #FC6C32
Text Example
Text Example
White with #FC6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C32; }
p { color: rgb(252,108,50); }
H1.HeaderClassName
{
color: #FC6C32;
}
.AnyTagClassName
{
color: #FC6C32;
}
</style>
background-color css
<style>
a { background-color: #FC6C32; }
a { background-color: rgb(252,108,50); }
div.DivClassName
{
background-color: #FC6C32;
}
.BgClassName
{
background-color: #FC6C32;
}
</style>
border-color css
<style>
span { border-color: #FC6C32; }
span { border-color: rgb(252,108,50); }
td.TdClassName
{
border-color: #FC6C32;
}
.TagClassName
{
border-color: #FC6C32;
}
</style>