Shades of Bittersweet #FC645C
Tints of Bittersweet #FC645C
RGB
CMYK
RGB Variations
Color information
#FC645C (or 0xFC645C) is known color: Bittersweet. HEX triplet: FC, 64 and 5C. RGB value is (252,100,92). Sum of RGB (Red+Green+Blue) = 252+100+92=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC645C is #039BA3. Grayscale: #909090. Windows color (decimal): -236452 or 6055164. OLE color: 6055164.
HSL color Cylindrical-coordinate representation of color #FC645C: hue angle of 3º 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 #FC645C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 92 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.01 |
| HSL | 3º | 0.96% | 0.67% | - |
| HSV(B) | 3º | 0.63% | 0.99% | - |
| XYZ | 46.63 | 30.58 | 13.57 | - |
| YUV | 144.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 92 | 0 | 0.60 | 0.63 | 0.01 | 3 | 0.96 | 0.67 |
| Hex | FC | 64 | 5C | 0 | 3C | 3F | 1 | 3 | 60 | 43 |
| Octal | 374 | 144 | 134 | 0 | 74 | 77 | 1 | 3 | 140 | 103 |
| Binary | 11111100 | 1100100 | 1011100 | 0 | 111100 | 111111 | 1 | 11 | 1100000 | 1000011 |
Color Harmonies of #FC645C
Complementary color
Monochromatic Colors of #FC645C
Black with #FC645C
Text Example
Text Example
White with #FC645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC645C; }
p { color: rgb(252,100,92); }
H1.HeaderClassName
{
color: #FC645C;
}
.AnyTagClassName
{
color: #FC645C;
}
</style>
background-color css
<style>
a { background-color: #FC645C; }
a { background-color: rgb(252,100,92); }
div.DivClassName
{
background-color: #FC645C;
}
.BgClassName
{
background-color: #FC645C;
}
</style>
border-color css
<style>
span { border-color: #FC645C; }
span { border-color: rgb(252,100,92); }
td.TdClassName
{
border-color: #FC645C;
}
.TagClassName
{
border-color: #FC645C;
}
</style>