Shades of Bittersweet #FC6D59
Tints of Bittersweet #FC6D59
RGB
CMYK
RGB Variations
Color information
#FC6D59 (or 0xFC6D59) is known color: Bittersweet. HEX triplet: FC, 6D and 59. RGB value is (252,109,89). Sum of RGB (Red+Green+Blue) = 252+109+89=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D59 is #0392A6. Grayscale: #959595. Windows color (decimal): -234151 or 5860860. OLE color: 5860860.
HSL color Cylindrical-coordinate representation of color #FC6D59: hue angle of 7.36º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC6D59 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 89 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.01 |
| HSL | 7.36º | 0.96% | 0.67% | - |
| HSV(B) | 7.36º | 0.65% | 0.99% | - |
| XYZ | 47.42 | 32.35 | 13.2 | - |
| YUV | 149.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 89 | 0 | 0.57 | 0.65 | 0.01 | 7.36 | 0.96 | 0.67 |
| Hex | FC | 6D | 59 | 0 | 39 | 41 | 1 | 7 | 60 | 43 |
| Octal | 374 | 155 | 131 | 0 | 71 | 101 | 1 | 7 | 140 | 103 |
| Binary | 11111100 | 1101101 | 1011001 | 0 | 111001 | 1000001 | 1 | 111 | 1100000 | 1000011 |
Color Harmonies of #FC6D59
Complementary color
Monochromatic Colors of #FC6D59
Black with #FC6D59
Text Example
Text Example
White with #FC6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D59; }
p { color: rgb(252,109,89); }
H1.HeaderClassName
{
color: #FC6D59;
}
.AnyTagClassName
{
color: #FC6D59;
}
</style>
background-color css
<style>
a { background-color: #FC6D59; }
a { background-color: rgb(252,109,89); }
div.DivClassName
{
background-color: #FC6D59;
}
.BgClassName
{
background-color: #FC6D59;
}
</style>
border-color css
<style>
span { border-color: #FC6D59; }
span { border-color: rgb(252,109,89); }
td.TdClassName
{
border-color: #FC6D59;
}
.TagClassName
{
border-color: #FC6D59;
}
</style>