Shades of Bittersweet #FC6557
Tints of Bittersweet #FC6557
RGB
CMYK
RGB Variations
Color information
#FC6557 (or 0xFC6557) is known color: Bittersweet. HEX triplet: FC, 65 and 57. RGB value is (252,101,87). Sum of RGB (Red+Green+Blue) = 252+101+87=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6557 is #039AA8. Grayscale: #909090. Windows color (decimal): -236201 or 5727740. OLE color: 5727740.
HSL color Cylindrical-coordinate representation of color #FC6557: hue angle of 5.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC6557 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 87 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.01 |
| HSL | 5.09º | 0.96% | 0.66% | - |
| HSV(B) | 5.09º | 0.65% | 0.99% | - |
| XYZ | 46.52 | 30.69 | 12.49 | - |
| YUV | 144.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 87 | 0 | 0.60 | 0.65 | 0.01 | 5.09 | 0.96 | 0.66 |
| Hex | FC | 65 | 57 | 0 | 3C | 41 | 1 | 5 | 60 | 42 |
| Octal | 374 | 145 | 127 | 0 | 74 | 101 | 1 | 5 | 140 | 102 |
| Binary | 11111100 | 1100101 | 1010111 | 0 | 111100 | 1000001 | 1 | 101 | 1100000 | 1000010 |
Color Harmonies of #FC6557
Complementary color
Monochromatic Colors of #FC6557
Black with #FC6557
Text Example
Text Example
White with #FC6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6557; }
p { color: rgb(252,101,87); }
H1.HeaderClassName
{
color: #FC6557;
}
.AnyTagClassName
{
color: #FC6557;
}
</style>
background-color css
<style>
a { background-color: #FC6557; }
a { background-color: rgb(252,101,87); }
div.DivClassName
{
background-color: #FC6557;
}
.BgClassName
{
background-color: #FC6557;
}
</style>
border-color css
<style>
span { border-color: #FC6557; }
span { border-color: rgb(252,101,87); }
td.TdClassName
{
border-color: #FC6557;
}
.TagClassName
{
border-color: #FC6557;
}
</style>