Shades of Bittersweet #FC6D55
Tints of Bittersweet #FC6D55
RGB
CMYK
RGB Variations
Color information
#FC6D55 (or 0xFC6D55) is known color: Bittersweet. HEX triplet: FC, 6D and 55. RGB value is (252,109,85). Sum of RGB (Red+Green+Blue) = 252+109+85=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D55 is #0392AA. Grayscale: #959595. Windows color (decimal): -234155 or 5598716. OLE color: 5598716.
HSL color Cylindrical-coordinate representation of color #FC6D55: hue angle of 8.62º 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 #FC6D55 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 85 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.01 |
| HSL | 8.62º | 0.97% | 0.66% | - |
| HSV(B) | 8.62º | 0.66% | 0.99% | - |
| XYZ | 47.25 | 32.29 | 12.34 | - |
| YUV | 149.02 | 91.88 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 85 | 0 | 0.57 | 0.66 | 0.01 | 8.62 | 0.97 | 0.66 |
| Hex | FC | 6D | 55 | 0 | 39 | 42 | 1 | 9 | 61 | 42 |
| Octal | 374 | 155 | 125 | 0 | 71 | 102 | 1 | 11 | 141 | 102 |
| Binary | 11111100 | 1101101 | 1010101 | 0 | 111001 | 1000010 | 1 | 1001 | 1100001 | 1000010 |
Color Harmonies of #FC6D55
Complementary color
Monochromatic Colors of #FC6D55
Black with #FC6D55
Text Example
Text Example
White with #FC6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D55; }
p { color: rgb(252,109,85); }
H1.HeaderClassName
{
color: #FC6D55;
}
.AnyTagClassName
{
color: #FC6D55;
}
</style>
background-color css
<style>
a { background-color: #FC6D55; }
a { background-color: rgb(252,109,85); }
div.DivClassName
{
background-color: #FC6D55;
}
.BgClassName
{
background-color: #FC6D55;
}
</style>
border-color css
<style>
span { border-color: #FC6D55; }
span { border-color: rgb(252,109,85); }
td.TdClassName
{
border-color: #FC6D55;
}
.TagClassName
{
border-color: #FC6D55;
}
</style>