Shades of Bittersweet #FC6456
Tints of Bittersweet #FC6456
RGB
CMYK
RGB Variations
Color information
#FC6456 (or 0xFC6456) is known color: Bittersweet. HEX triplet: FC, 64 and 56. RGB value is (252,100,86). Sum of RGB (Red+Green+Blue) = 252+100+86=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6456 is #039BA9. Grayscale: #909090. Windows color (decimal): -236458 or 5661948. OLE color: 5661948.
HSL color Cylindrical-coordinate representation of color #FC6456: hue angle of 5.06º 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 #FC6456 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.01 |
| HSL | 5.06º | 0.97% | 0.66% | - |
| HSV(B) | 5.06º | 0.66% | 0.99% | - |
| XYZ | 46.38 | 30.48 | 12.24 | - |
| YUV | 143.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 86 | 0 | 0.60 | 0.66 | 0.01 | 5.06 | 0.97 | 0.66 |
| Hex | FC | 64 | 56 | 0 | 3C | 42 | 1 | 5 | 61 | 42 |
| Octal | 374 | 144 | 126 | 0 | 74 | 102 | 1 | 5 | 141 | 102 |
| Binary | 11111100 | 1100100 | 1010110 | 0 | 111100 | 1000010 | 1 | 101 | 1100001 | 1000010 |
Color Harmonies of #FC6456
Complementary color
Monochromatic Colors of #FC6456
Black with #FC6456
Text Example
Text Example
White with #FC6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6456; }
p { color: rgb(252,100,86); }
H1.HeaderClassName
{
color: #FC6456;
}
.AnyTagClassName
{
color: #FC6456;
}
</style>
background-color css
<style>
a { background-color: #FC6456; }
a { background-color: rgb(252,100,86); }
div.DivClassName
{
background-color: #FC6456;
}
.BgClassName
{
background-color: #FC6456;
}
</style>
border-color css
<style>
span { border-color: #FC6456; }
span { border-color: rgb(252,100,86); }
td.TdClassName
{
border-color: #FC6456;
}
.TagClassName
{
border-color: #FC6456;
}
</style>