Shades of Bittersweet #FC7C62
Tints of Bittersweet #FC7C62
RGB
CMYK
RGB Variations
Color information
#FC7C62 (or 0xFC7C62) is known color: Bittersweet. HEX triplet: FC, 7C and 62. RGB value is (252,124,98). Sum of RGB (Red+Green+Blue) = 252+124+98=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C62 is #03839D. Grayscale: #9F9F9F. Windows color (decimal): -230302 or 6454524. OLE color: 6454524.
HSL color Cylindrical-coordinate representation of color #FC7C62: hue angle of 10.13º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC7C62 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 98 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.01 |
| HSL | 10.13º | 0.96% | 0.69% | - |
| HSV(B) | 10.13º | 0.61% | 0.99% | - |
| XYZ | 49.56 | 35.99 | 15.89 | - |
| YUV | 159.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 98 | 0 | 0.51 | 0.61 | 0.01 | 10.13 | 0.96 | 0.69 |
| Hex | FC | 7C | 62 | 0 | 33 | 3D | 1 | A | 60 | 45 |
| Octal | 374 | 174 | 142 | 0 | 63 | 75 | 1 | 12 | 140 | 105 |
| Binary | 11111100 | 1111100 | 1100010 | 0 | 110011 | 111101 | 1 | 1010 | 1100000 | 1000101 |
Color Harmonies of #FC7C62
Complementary color
Monochromatic Colors of #FC7C62
Black with #FC7C62
Text Example
Text Example
White with #FC7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C62; }
p { color: rgb(252,124,98); }
H1.HeaderClassName
{
color: #FC7C62;
}
.AnyTagClassName
{
color: #FC7C62;
}
</style>
background-color css
<style>
a { background-color: #FC7C62; }
a { background-color: rgb(252,124,98); }
div.DivClassName
{
background-color: #FC7C62;
}
.BgClassName
{
background-color: #FC7C62;
}
</style>
border-color css
<style>
span { border-color: #FC7C62; }
span { border-color: rgb(252,124,98); }
td.TdClassName
{
border-color: #FC7C62;
}
.TagClassName
{
border-color: #FC7C62;
}
</style>