Shades of Bittersweet #FC7A64
Tints of Bittersweet #FC7A64
RGB
CMYK
RGB Variations
Color information
#FC7A64 (or 0xFC7A64) is known color: Bittersweet. HEX triplet: FC, 7A and 64. RGB value is (252,122,100). Sum of RGB (Red+Green+Blue) = 252+122+100=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A64 is #03859B. Grayscale: #9E9E9E. Windows color (decimal): -230812 or 6585084. OLE color: 6585084.
HSL color Cylindrical-coordinate representation of color #FC7A64: hue angle of 8.68º 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 #FC7A64 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 100 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.01 |
| HSL | 8.68º | 0.96% | 0.69% | - |
| HSV(B) | 8.68º | 0.6% | 0.99% | - |
| XYZ | 49.4 | 35.53 | 16.31 | - |
| YUV | 158.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 100 | 0 | 0.52 | 0.60 | 0.01 | 8.68 | 0.96 | 0.69 |
| Hex | FC | 7A | 64 | 0 | 34 | 3C | 1 | 9 | 60 | 45 |
| Octal | 374 | 172 | 144 | 0 | 64 | 74 | 1 | 11 | 140 | 105 |
| Binary | 11111100 | 1111010 | 1100100 | 0 | 110100 | 111100 | 1 | 1001 | 1100000 | 1000101 |
Color Harmonies of #FC7A64
Complementary color
Monochromatic Colors of #FC7A64
Black with #FC7A64
Text Example
Text Example
White with #FC7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A64; }
p { color: rgb(252,122,100); }
H1.HeaderClassName
{
color: #FC7A64;
}
.AnyTagClassName
{
color: #FC7A64;
}
</style>
background-color css
<style>
a { background-color: #FC7A64; }
a { background-color: rgb(252,122,100); }
div.DivClassName
{
background-color: #FC7A64;
}
.BgClassName
{
background-color: #FC7A64;
}
</style>
border-color css
<style>
span { border-color: #FC7A64; }
span { border-color: rgb(252,122,100); }
td.TdClassName
{
border-color: #FC7A64;
}
.TagClassName
{
border-color: #FC7A64;
}
</style>