Shades of Bittersweet #FC7764
Tints of Bittersweet #FC7764
RGB
CMYK
RGB Variations
Color information
#FC7764 (or 0xFC7764) is known color: Bittersweet. HEX triplet: FC, 77 and 64. RGB value is (252,119,100). Sum of RGB (Red+Green+Blue) = 252+119+100=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7764 is #03889B. Grayscale: #9C9C9C. Windows color (decimal): -231580 or 6584316. OLE color: 6584316.
HSL color Cylindrical-coordinate representation of color #FC7764: hue angle of 7.5º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7764 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 100 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.01 |
| HSL | 7.5º | 0.96% | 0.69% | - |
| HSV(B) | 7.5º | 0.6% | 0.99% | - |
| XYZ | 49.04 | 34.81 | 16.19 | - |
| YUV | 156.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 100 | 0 | 0.53 | 0.60 | 0.01 | 7.5 | 0.96 | 0.69 |
| Hex | FC | 77 | 64 | 0 | 35 | 3C | 1 | 8 | 60 | 45 |
| Octal | 374 | 167 | 144 | 0 | 65 | 74 | 1 | 10 | 140 | 105 |
| Binary | 11111100 | 1110111 | 1100100 | 0 | 110101 | 111100 | 1 | 1000 | 1100000 | 1000101 |
Color Harmonies of #FC7764
Complementary color
Monochromatic Colors of #FC7764
Black with #FC7764
Text Example
Text Example
White with #FC7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7764; }
p { color: rgb(252,119,100); }
H1.HeaderClassName
{
color: #FC7764;
}
.AnyTagClassName
{
color: #FC7764;
}
</style>
background-color css
<style>
a { background-color: #FC7764; }
a { background-color: rgb(252,119,100); }
div.DivClassName
{
background-color: #FC7764;
}
.BgClassName
{
background-color: #FC7764;
}
</style>
border-color css
<style>
span { border-color: #FC7764; }
span { border-color: rgb(252,119,100); }
td.TdClassName
{
border-color: #FC7764;
}
.TagClassName
{
border-color: #FC7764;
}
</style>