Shades of Bittersweet #FC6E5C
Tints of Bittersweet #FC6E5C
RGB
CMYK
RGB Variations
Color information
#FC6E5C (or 0xFC6E5C) is known color: Bittersweet. HEX triplet: FC, 6E and 5C. RGB value is (252,110,92). Sum of RGB (Red+Green+Blue) = 252+110+92=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E5C is #0391A3. Grayscale: #969696. Windows color (decimal): -233892 or 6057724. OLE color: 6057724.
HSL color Cylindrical-coordinate representation of color #FC6E5C: hue angle of 6.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC6E5C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 92 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.01 |
| HSL | 6.75º | 0.96% | 0.67% | - |
| HSV(B) | 6.75º | 0.63% | 0.99% | - |
| XYZ | 47.65 | 32.62 | 13.91 | - |
| YUV | 150.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 92 | 0 | 0.56 | 0.63 | 0.01 | 6.75 | 0.96 | 0.67 |
| Hex | FC | 6E | 5C | 0 | 38 | 3F | 1 | 7 | 60 | 43 |
| Octal | 374 | 156 | 134 | 0 | 70 | 77 | 1 | 7 | 140 | 103 |
| Binary | 11111100 | 1101110 | 1011100 | 0 | 111000 | 111111 | 1 | 111 | 1100000 | 1000011 |
Color Harmonies of #FC6E5C
Complementary color
Monochromatic Colors of #FC6E5C
Black with #FC6E5C
Text Example
Text Example
White with #FC6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E5C; }
p { color: rgb(252,110,92); }
H1.HeaderClassName
{
color: #FC6E5C;
}
.AnyTagClassName
{
color: #FC6E5C;
}
</style>
background-color css
<style>
a { background-color: #FC6E5C; }
a { background-color: rgb(252,110,92); }
div.DivClassName
{
background-color: #FC6E5C;
}
.BgClassName
{
background-color: #FC6E5C;
}
</style>
border-color css
<style>
span { border-color: #FC6E5C; }
span { border-color: rgb(252,110,92); }
td.TdClassName
{
border-color: #FC6E5C;
}
.TagClassName
{
border-color: #FC6E5C;
}
</style>