Shades of Bittersweet #FC6256
Tints of Bittersweet #FC6256
RGB
CMYK
RGB Variations
Color information
#FC6256 (or 0xFC6256) is known color: Bittersweet. HEX triplet: FC, 62 and 56. RGB value is (252,98,86). Sum of RGB (Red+Green+Blue) = 252+98+86=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6256 is #039DA9. Grayscale: #8E8E8E. Windows color (decimal): -236970 or 5661436. OLE color: 5661436.
HSL color Cylindrical-coordinate representation of color #FC6256: hue angle of 4.34º 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 #FC6256 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 86 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.01 |
| HSL | 4.34º | 0.97% | 0.66% | - |
| HSV(B) | 4.34º | 0.66% | 0.99% | - |
| XYZ | 46.19 | 30.1 | 12.18 | - |
| YUV | 142.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 86 | 0 | 0.61 | 0.66 | 0.01 | 4.34 | 0.97 | 0.66 |
| Hex | FC | 62 | 56 | 0 | 3D | 42 | 1 | 4 | 61 | 42 |
| Octal | 374 | 142 | 126 | 0 | 75 | 102 | 1 | 4 | 141 | 102 |
| Binary | 11111100 | 1100010 | 1010110 | 0 | 111101 | 1000010 | 1 | 100 | 1100001 | 1000010 |
Color Harmonies of #FC6256
Complementary color
Monochromatic Colors of #FC6256
Black with #FC6256
Text Example
Text Example
White with #FC6256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6256; }
p { color: rgb(252,98,86); }
H1.HeaderClassName
{
color: #FC6256;
}
.AnyTagClassName
{
color: #FC6256;
}
</style>
background-color css
<style>
a { background-color: #FC6256; }
a { background-color: rgb(252,98,86); }
div.DivClassName
{
background-color: #FC6256;
}
.BgClassName
{
background-color: #FC6256;
}
</style>
border-color css
<style>
span { border-color: #FC6256; }
span { border-color: rgb(252,98,86); }
td.TdClassName
{
border-color: #FC6256;
}
.TagClassName
{
border-color: #FC6256;
}
</style>