Shades of Bittersweet #FC6A54
Tints of Bittersweet #FC6A54
RGB
CMYK
RGB Variations
Color information
#FC6A54 (or 0xFC6A54) is known color: Bittersweet. HEX triplet: FC, 6A and 54. RGB value is (252,106,84). Sum of RGB (Red+Green+Blue) = 252+106+84=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A54 is #0395AB. Grayscale: #939393. Windows color (decimal): -234924 or 5532412. OLE color: 5532412.
HSL color Cylindrical-coordinate representation of color #FC6A54: hue angle of 7.86º 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 #FC6A54 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 84 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.01 |
| HSL | 7.86º | 0.97% | 0.66% | - |
| HSV(B) | 7.86º | 0.67% | 0.99% | - |
| XYZ | 46.9 | 31.64 | 12.02 | - |
| YUV | 147.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 84 | 0 | 0.58 | 0.67 | 0.01 | 7.86 | 0.97 | 0.66 |
| Hex | FC | 6A | 54 | 0 | 3A | 43 | 1 | 8 | 61 | 42 |
| Octal | 374 | 152 | 124 | 0 | 72 | 103 | 1 | 10 | 141 | 102 |
| Binary | 11111100 | 1101010 | 1010100 | 0 | 111010 | 1000011 | 1 | 1000 | 1100001 | 1000010 |
Color Harmonies of #FC6A54
Complementary color
Monochromatic Colors of #FC6A54
Black with #FC6A54
Text Example
Text Example
White with #FC6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A54; }
p { color: rgb(252,106,84); }
H1.HeaderClassName
{
color: #FC6A54;
}
.AnyTagClassName
{
color: #FC6A54;
}
</style>
background-color css
<style>
a { background-color: #FC6A54; }
a { background-color: rgb(252,106,84); }
div.DivClassName
{
background-color: #FC6A54;
}
.BgClassName
{
background-color: #FC6A54;
}
</style>
border-color css
<style>
span { border-color: #FC6A54; }
span { border-color: rgb(252,106,84); }
td.TdClassName
{
border-color: #FC6A54;
}
.TagClassName
{
border-color: #FC6A54;
}
</style>