Shades of Bittersweet #FC6C54
Tints of Bittersweet #FC6C54
RGB
CMYK
RGB Variations
Color information
#FC6C54 (or 0xFC6C54) is known color: Bittersweet. HEX triplet: FC, 6C and 54. RGB value is (252,108,84). Sum of RGB (Red+Green+Blue) = 252+108+84=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C54 is #0393AB. Grayscale: #949494. Windows color (decimal): -234412 or 5532924. OLE color: 5532924.
HSL color Cylindrical-coordinate representation of color #FC6C54: hue angle of 8.57º 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 #FC6C54 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 84 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.01 |
| HSL | 8.57º | 0.97% | 0.66% | - |
| HSV(B) | 8.57º | 0.67% | 0.99% | - |
| XYZ | 47.11 | 32.06 | 12.09 | - |
| YUV | 148.32 | 91.71 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 84 | 0 | 0.57 | 0.67 | 0.01 | 8.57 | 0.97 | 0.66 |
| Hex | FC | 6C | 54 | 0 | 39 | 43 | 1 | 9 | 61 | 42 |
| Octal | 374 | 154 | 124 | 0 | 71 | 103 | 1 | 11 | 141 | 102 |
| Binary | 11111100 | 1101100 | 1010100 | 0 | 111001 | 1000011 | 1 | 1001 | 1100001 | 1000010 |
Color Harmonies of #FC6C54
Complementary color
Monochromatic Colors of #FC6C54
Black with #FC6C54
Text Example
Text Example
White with #FC6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C54; }
p { color: rgb(252,108,84); }
H1.HeaderClassName
{
color: #FC6C54;
}
.AnyTagClassName
{
color: #FC6C54;
}
</style>
background-color css
<style>
a { background-color: #FC6C54; }
a { background-color: rgb(252,108,84); }
div.DivClassName
{
background-color: #FC6C54;
}
.BgClassName
{
background-color: #FC6C54;
}
</style>
border-color css
<style>
span { border-color: #FC6C54; }
span { border-color: rgb(252,108,84); }
td.TdClassName
{
border-color: #FC6C54;
}
.TagClassName
{
border-color: #FC6C54;
}
</style>