Shades of Bittersweet #FC6656
Tints of Bittersweet #FC6656
RGB
CMYK
RGB Variations
Color information
#FC6656 (or 0xFC6656) is known color: Bittersweet. HEX triplet: FC, 66 and 56. RGB value is (252,102,86). Sum of RGB (Red+Green+Blue) = 252+102+86=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6656 is #0399A9. Grayscale: #919191. Windows color (decimal): -235946 or 5662460. OLE color: 5662460.
HSL color Cylindrical-coordinate representation of color #FC6656: hue angle of 5.78º 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 #FC6656 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 86 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.01 |
| HSL | 5.78º | 0.97% | 0.66% | - |
| HSV(B) | 5.78º | 0.66% | 0.99% | - |
| XYZ | 46.58 | 30.87 | 12.31 | - |
| YUV | 145.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 86 | 0 | 0.60 | 0.66 | 0.01 | 5.78 | 0.97 | 0.66 |
| Hex | FC | 66 | 56 | 0 | 3C | 42 | 1 | 6 | 61 | 42 |
| Octal | 374 | 146 | 126 | 0 | 74 | 102 | 1 | 6 | 141 | 102 |
| Binary | 11111100 | 1100110 | 1010110 | 0 | 111100 | 1000010 | 1 | 110 | 1100001 | 1000010 |
Color Harmonies of #FC6656
Complementary color
Monochromatic Colors of #FC6656
Black with #FC6656
Text Example
Text Example
White with #FC6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6656; }
p { color: rgb(252,102,86); }
H1.HeaderClassName
{
color: #FC6656;
}
.AnyTagClassName
{
color: #FC6656;
}
</style>
background-color css
<style>
a { background-color: #FC6656; }
a { background-color: rgb(252,102,86); }
div.DivClassName
{
background-color: #FC6656;
}
.BgClassName
{
background-color: #FC6656;
}
</style>
border-color css
<style>
span { border-color: #FC6656; }
span { border-color: rgb(252,102,86); }
td.TdClassName
{
border-color: #FC6656;
}
.TagClassName
{
border-color: #FC6656;
}
</style>