Shades of Bittersweet #FC6E5D
Tints of Bittersweet #FC6E5D
RGB
CMYK
RGB Variations
Color information
#FC6E5D (or 0xFC6E5D) is known color: Bittersweet. HEX triplet: FC, 6E and 5D. RGB value is (252,110,93). Sum of RGB (Red+Green+Blue) = 252+110+93=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5D is #0391A2. Grayscale: #969696. Windows color (decimal): -233891 or 6123260. OLE color: 6123260.
HSL color Cylindrical-coordinate representation of color #FC6E5D: hue angle of 6.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC6E5D is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 93 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.01 |
| HSL | 6.42º | 0.96% | 0.68% | - |
| HSV(B) | 6.42º | 0.63% | 0.99% | - |
| XYZ | 47.7 | 32.64 | 14.14 | - |
| YUV | 150.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 93 | 0 | 0.56 | 0.63 | 0.01 | 6.42 | 0.96 | 0.68 |
| Hex | FC | 6E | 5D | 0 | 38 | 3F | 1 | 6 | 60 | 44 |
| Octal | 374 | 156 | 135 | 0 | 70 | 77 | 1 | 6 | 140 | 104 |
| Binary | 11111100 | 1101110 | 1011101 | 0 | 111000 | 111111 | 1 | 110 | 1100000 | 1000100 |
Color Harmonies of #FC6E5D
Complementary color
Monochromatic Colors of #FC6E5D
Black with #FC6E5D
Text Example
Text Example
White with #FC6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E5D; }
p { color: rgb(252,110,93); }
H1.HeaderClassName
{
color: #FC6E5D;
}
.AnyTagClassName
{
color: #FC6E5D;
}
</style>
background-color css
<style>
a { background-color: #FC6E5D; }
a { background-color: rgb(252,110,93); }
div.DivClassName
{
background-color: #FC6E5D;
}
.BgClassName
{
background-color: #FC6E5D;
}
</style>
border-color css
<style>
span { border-color: #FC6E5D; }
span { border-color: rgb(252,110,93); }
td.TdClassName
{
border-color: #FC6E5D;
}
.TagClassName
{
border-color: #FC6E5D;
}
</style>