Shades of Bittersweet #FC7B62
Tints of Bittersweet #FC7B62
RGB
CMYK
RGB Variations
Color information
#FC7B62 (or 0xFC7B62) is known color: Bittersweet. HEX triplet: FC, 7B and 62. RGB value is (252,123,98). Sum of RGB (Red+Green+Blue) = 252+123+98=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B62 is #03849D. Grayscale: #9E9E9E. Windows color (decimal): -230558 or 6454268. OLE color: 6454268.
HSL color Cylindrical-coordinate representation of color #FC7B62: hue angle of 9.74º 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 #FC7B62 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 98 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.01 |
| HSL | 9.74º | 0.96% | 0.69% | - |
| HSV(B) | 9.74º | 0.61% | 0.99% | - |
| XYZ | 49.43 | 35.74 | 15.85 | - |
| YUV | 158.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 98 | 0 | 0.51 | 0.61 | 0.01 | 9.74 | 0.96 | 0.69 |
| Hex | FC | 7B | 62 | 0 | 33 | 3D | 1 | A | 60 | 45 |
| Octal | 374 | 173 | 142 | 0 | 63 | 75 | 1 | 12 | 140 | 105 |
| Binary | 11111100 | 1111011 | 1100010 | 0 | 110011 | 111101 | 1 | 1010 | 1100000 | 1000101 |
Color Harmonies of #FC7B62
Complementary color
Monochromatic Colors of #FC7B62
Black with #FC7B62
Text Example
Text Example
White with #FC7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B62; }
p { color: rgb(252,123,98); }
H1.HeaderClassName
{
color: #FC7B62;
}
.AnyTagClassName
{
color: #FC7B62;
}
</style>
background-color css
<style>
a { background-color: #FC7B62; }
a { background-color: rgb(252,123,98); }
div.DivClassName
{
background-color: #FC7B62;
}
.BgClassName
{
background-color: #FC7B62;
}
</style>
border-color css
<style>
span { border-color: #FC7B62; }
span { border-color: rgb(252,123,98); }
td.TdClassName
{
border-color: #FC7B62;
}
.TagClassName
{
border-color: #FC7B62;
}
</style>