Shades of Bittersweet #FC6E53
Tints of Bittersweet #FC6E53
RGB
CMYK
RGB Variations
Color information
#FC6E53 (or 0xFC6E53) is known color: Bittersweet. HEX triplet: FC, 6E and 53. RGB value is (252,110,83). Sum of RGB (Red+Green+Blue) = 252+110+83=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E53 is #0391AC. Grayscale: #959595. Windows color (decimal): -233901 or 5467900. OLE color: 5467900.
HSL color Cylindrical-coordinate representation of color #FC6E53: hue angle of 9.59º 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 #FC6E53 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 83 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.01 |
| HSL | 9.59º | 0.97% | 0.66% | - |
| HSV(B) | 9.59º | 0.67% | 0.99% | - |
| XYZ | 47.28 | 32.47 | 11.96 | - |
| YUV | 149.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 83 | 0 | 0.56 | 0.67 | 0.01 | 9.59 | 0.97 | 0.66 |
| Hex | FC | 6E | 53 | 0 | 38 | 43 | 1 | A | 61 | 42 |
| Octal | 374 | 156 | 123 | 0 | 70 | 103 | 1 | 12 | 141 | 102 |
| Binary | 11111100 | 1101110 | 1010011 | 0 | 111000 | 1000011 | 1 | 1010 | 1100001 | 1000010 |
Color Harmonies of #FC6E53
Complementary color
Monochromatic Colors of #FC6E53
Black with #FC6E53
Text Example
Text Example
White with #FC6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E53; }
p { color: rgb(252,110,83); }
H1.HeaderClassName
{
color: #FC6E53;
}
.AnyTagClassName
{
color: #FC6E53;
}
</style>
background-color css
<style>
a { background-color: #FC6E53; }
a { background-color: rgb(252,110,83); }
div.DivClassName
{
background-color: #FC6E53;
}
.BgClassName
{
background-color: #FC6E53;
}
</style>
border-color css
<style>
span { border-color: #FC6E53; }
span { border-color: rgb(252,110,83); }
td.TdClassName
{
border-color: #FC6E53;
}
.TagClassName
{
border-color: #FC6E53;
}
</style>