Shades of Burnt Orange #FC6C2A
Tints of Burnt Orange #FC6C2A
RGB
CMYK
RGB Variations
Color information
#FC6C2A (or 0xFC6C2A) is known color: Burnt Orange. HEX triplet: FC, 6C and 2A. RGB value is (252,108,42). Sum of RGB (Red+Green+Blue) = 252+108+42=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C2A is #0393D5. Grayscale: #8F8F8F. Windows color (decimal): -234454 or 2780412. OLE color: 2780412.
HSL color Cylindrical-coordinate representation of color #FC6C2A: hue angle of 18.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC6C2A is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 42 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.01 |
| HSL | 18.86º | 0.97% | 0.58% | - |
| HSV(B) | 18.86º | 0.83% | 0.99% | - |
| XYZ | 45.93 | 31.59 | 5.87 | - |
| YUV | 143.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 42 | 0 | 0.57 | 0.83 | 0.01 | 18.86 | 0.97 | 0.58 |
| Hex | FC | 6C | 2A | 0 | 39 | 53 | 1 | 13 | 61 | 3A |
| Octal | 374 | 154 | 52 | 0 | 71 | 123 | 1 | 23 | 141 | 72 |
| Binary | 11111100 | 1101100 | 101010 | 0 | 111001 | 1010011 | 1 | 10011 | 1100001 | 111010 |
Color Harmonies of #FC6C2A
Complementary color
Monochromatic Colors of #FC6C2A
Black with #FC6C2A
Text Example
Text Example
White with #FC6C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C2A; }
p { color: rgb(252,108,42); }
H1.HeaderClassName
{
color: #FC6C2A;
}
.AnyTagClassName
{
color: #FC6C2A;
}
</style>
background-color css
<style>
a { background-color: #FC6C2A; }
a { background-color: rgb(252,108,42); }
div.DivClassName
{
background-color: #FC6C2A;
}
.BgClassName
{
background-color: #FC6C2A;
}
</style>
border-color css
<style>
span { border-color: #FC6C2A; }
span { border-color: rgb(252,108,42); }
td.TdClassName
{
border-color: #FC6C2A;
}
.TagClassName
{
border-color: #FC6C2A;
}
</style>