Shades of Bittersweet #FC6756
Tints of Bittersweet #FC6756
RGB
CMYK
RGB Variations
Color information
#FC6756 (or 0xFC6756) is known color: Bittersweet. HEX triplet: FC, 67 and 56. RGB value is (252,103,86). Sum of RGB (Red+Green+Blue) = 252+103+86=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6756 is #0398A9. Grayscale: #919191. Windows color (decimal): -235690 or 5662716. OLE color: 5662716.
HSL color Cylindrical-coordinate representation of color #FC6756: hue angle of 6.14º 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 #FC6756 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 86 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.01 |
| HSL | 6.14º | 0.97% | 0.66% | - |
| HSV(B) | 6.14º | 0.66% | 0.99% | - |
| XYZ | 46.67 | 31.07 | 12.34 | - |
| YUV | 145.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 86 | 0 | 0.59 | 0.66 | 0.01 | 6.14 | 0.97 | 0.66 |
| Hex | FC | 67 | 56 | 0 | 3B | 42 | 1 | 6 | 61 | 42 |
| Octal | 374 | 147 | 126 | 0 | 73 | 102 | 1 | 6 | 141 | 102 |
| Binary | 11111100 | 1100111 | 1010110 | 0 | 111011 | 1000010 | 1 | 110 | 1100001 | 1000010 |
Color Harmonies of #FC6756
Complementary color
Monochromatic Colors of #FC6756
Black with #FC6756
Text Example
Text Example
White with #FC6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6756; }
p { color: rgb(252,103,86); }
H1.HeaderClassName
{
color: #FC6756;
}
.AnyTagClassName
{
color: #FC6756;
}
</style>
background-color css
<style>
a { background-color: #FC6756; }
a { background-color: rgb(252,103,86); }
div.DivClassName
{
background-color: #FC6756;
}
.BgClassName
{
background-color: #FC6756;
}
</style>
border-color css
<style>
span { border-color: #FC6756; }
span { border-color: rgb(252,103,86); }
td.TdClassName
{
border-color: #FC6756;
}
.TagClassName
{
border-color: #FC6756;
}
</style>