Shades of Bittersweet #FC6654
Tints of Bittersweet #FC6654
RGB
CMYK
RGB Variations
Color information
#FC6654 (or 0xFC6654) is known color: Bittersweet. HEX triplet: FC, 66 and 54. RGB value is (252,102,84). Sum of RGB (Red+Green+Blue) = 252+102+84=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6654 is #0399AB. Grayscale: #919191. Windows color (decimal): -235948 or 5531388. OLE color: 5531388.
HSL color Cylindrical-coordinate representation of color #FC6654: hue angle of 6.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC6654 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 84 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.01 |
| HSL | 6.43º | 0.97% | 0.66% | - |
| HSV(B) | 6.43º | 0.67% | 0.99% | - |
| XYZ | 46.5 | 30.84 | 11.89 | - |
| YUV | 144.8 | 93.7 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 84 | 0 | 0.60 | 0.67 | 0.01 | 6.43 | 0.97 | 0.66 |
| Hex | FC | 66 | 54 | 0 | 3C | 43 | 1 | 6 | 61 | 42 |
| Octal | 374 | 146 | 124 | 0 | 74 | 103 | 1 | 6 | 141 | 102 |
| Binary | 11111100 | 1100110 | 1010100 | 0 | 111100 | 1000011 | 1 | 110 | 1100001 | 1000010 |
Color Harmonies of #FC6654
Complementary color
Monochromatic Colors of #FC6654
Black with #FC6654
Text Example
Text Example
White with #FC6654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6654; }
p { color: rgb(252,102,84); }
H1.HeaderClassName
{
color: #FC6654;
}
.AnyTagClassName
{
color: #FC6654;
}
</style>
background-color css
<style>
a { background-color: #FC6654; }
a { background-color: rgb(252,102,84); }
div.DivClassName
{
background-color: #FC6654;
}
.BgClassName
{
background-color: #FC6654;
}
</style>
border-color css
<style>
span { border-color: #FC6654; }
span { border-color: rgb(252,102,84); }
td.TdClassName
{
border-color: #FC6654;
}
.TagClassName
{
border-color: #FC6654;
}
</style>