Shades of Bittersweet #FC6856
Tints of Bittersweet #FC6856
RGB
CMYK
RGB Variations
Color information
#FC6856 (or 0xFC6856) is known color: Bittersweet. HEX triplet: FC, 68 and 56. RGB value is (252,104,86). Sum of RGB (Red+Green+Blue) = 252+104+86=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6856 is #0397A9. Grayscale: #929292. Windows color (decimal): -235434 or 5662972. OLE color: 5662972.
HSL color Cylindrical-coordinate representation of color #FC6856: hue angle of 6.51º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC6856 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.01 |
| HSL | 6.51º | 0.97% | 0.66% | - |
| HSV(B) | 6.51º | 0.66% | 0.99% | - |
| XYZ | 46.77 | 31.27 | 12.37 | - |
| YUV | 146.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 86 | 0 | 0.59 | 0.66 | 0.01 | 6.51 | 0.97 | 0.66 |
| Hex | FC | 68 | 56 | 0 | 3B | 42 | 1 | 7 | 61 | 42 |
| Octal | 374 | 150 | 126 | 0 | 73 | 102 | 1 | 7 | 141 | 102 |
| Binary | 11111100 | 1101000 | 1010110 | 0 | 111011 | 1000010 | 1 | 111 | 1100001 | 1000010 |
Color Harmonies of #FC6856
Complementary color
Monochromatic Colors of #FC6856
Black with #FC6856
Text Example
Text Example
White with #FC6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6856; }
p { color: rgb(252,104,86); }
H1.HeaderClassName
{
color: #FC6856;
}
.AnyTagClassName
{
color: #FC6856;
}
</style>
background-color css
<style>
a { background-color: #FC6856; }
a { background-color: rgb(252,104,86); }
div.DivClassName
{
background-color: #FC6856;
}
.BgClassName
{
background-color: #FC6856;
}
</style>
border-color css
<style>
span { border-color: #FC6856; }
span { border-color: rgb(252,104,86); }
td.TdClassName
{
border-color: #FC6856;
}
.TagClassName
{
border-color: #FC6856;
}
</style>