Shades of Bittersweet #FC645B
Tints of Bittersweet #FC645B
RGB
CMYK
RGB Variations
Color information
#FC645B (or 0xFC645B) is known color: Bittersweet. HEX triplet: FC, 64 and 5B. RGB value is (252,100,91). Sum of RGB (Red+Green+Blue) = 252+100+91=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC645B is #039BA4. Grayscale: #909090. Windows color (decimal): -236453 or 5989628. OLE color: 5989628.
HSL color Cylindrical-coordinate representation of color #FC645B: hue angle of 3.35º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC645B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.01 |
| HSL | 3.35º | 0.96% | 0.67% | - |
| HSV(B) | 3.35º | 0.64% | 0.99% | - |
| XYZ | 46.59 | 30.57 | 13.34 | - |
| YUV | 144.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 91 | 0 | 0.60 | 0.64 | 0.01 | 3.35 | 0.96 | 0.67 |
| Hex | FC | 64 | 5B | 0 | 3C | 40 | 1 | 3 | 60 | 43 |
| Octal | 374 | 144 | 133 | 0 | 74 | 100 | 1 | 3 | 140 | 103 |
| Binary | 11111100 | 1100100 | 1011011 | 0 | 111100 | 1000000 | 1 | 11 | 1100000 | 1000011 |
Color Harmonies of #FC645B
Complementary color
Monochromatic Colors of #FC645B
Black with #FC645B
Text Example
Text Example
White with #FC645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC645B; }
p { color: rgb(252,100,91); }
H1.HeaderClassName
{
color: #FC645B;
}
.AnyTagClassName
{
color: #FC645B;
}
</style>
background-color css
<style>
a { background-color: #FC645B; }
a { background-color: rgb(252,100,91); }
div.DivClassName
{
background-color: #FC645B;
}
.BgClassName
{
background-color: #FC645B;
}
</style>
border-color css
<style>
span { border-color: #FC645B; }
span { border-color: rgb(252,100,91); }
td.TdClassName
{
border-color: #FC645B;
}
.TagClassName
{
border-color: #FC645B;
}
</style>