Shades of Bittersweet #FC7562
Tints of Bittersweet #FC7562
RGB
CMYK
RGB Variations
Color information
#FC7562 (or 0xFC7562) is known color: Bittersweet. HEX triplet: FC, 75 and 62. RGB value is (252,117,98). Sum of RGB (Red+Green+Blue) = 252+117+98=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7562 is #038A9D. Grayscale: #9B9B9B. Windows color (decimal): -232094 or 6452732. OLE color: 6452732.
HSL color Cylindrical-coordinate representation of color #FC7562: hue angle of 7.4º 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 #FC7562 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 98 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.01 |
| HSL | 7.4º | 0.96% | 0.69% | - |
| HSV(B) | 7.4º | 0.61% | 0.99% | - |
| XYZ | 48.71 | 34.3 | 15.61 | - |
| YUV | 155.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 98 | 0 | 0.54 | 0.61 | 0.01 | 7.4 | 0.96 | 0.69 |
| Hex | FC | 75 | 62 | 0 | 36 | 3D | 1 | 7 | 60 | 45 |
| Octal | 374 | 165 | 142 | 0 | 66 | 75 | 1 | 7 | 140 | 105 |
| Binary | 11111100 | 1110101 | 1100010 | 0 | 110110 | 111101 | 1 | 111 | 1100000 | 1000101 |
Color Harmonies of #FC7562
Complementary color
Monochromatic Colors of #FC7562
Black with #FC7562
Text Example
Text Example
White with #FC7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7562; }
p { color: rgb(252,117,98); }
H1.HeaderClassName
{
color: #FC7562;
}
.AnyTagClassName
{
color: #FC7562;
}
</style>
background-color css
<style>
a { background-color: #FC7562; }
a { background-color: rgb(252,117,98); }
div.DivClassName
{
background-color: #FC7562;
}
.BgClassName
{
background-color: #FC7562;
}
</style>
border-color css
<style>
span { border-color: #FC7562; }
span { border-color: rgb(252,117,98); }
td.TdClassName
{
border-color: #FC7562;
}
.TagClassName
{
border-color: #FC7562;
}
</style>