Shades of Bittersweet #FC7863
Tints of Bittersweet #FC7863
RGB
CMYK
RGB Variations
Color information
#FC7863 (or 0xFC7863) is known color: Bittersweet. HEX triplet: FC, 78 and 63. RGB value is (252,120,99). Sum of RGB (Red+Green+Blue) = 252+120+99=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7863 is #03879C. Grayscale: #9D9D9D. Windows color (decimal): -231325 or 6519036. OLE color: 6519036.
HSL color Cylindrical-coordinate representation of color #FC7863: hue angle of 8.24º 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 #FC7863 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 99 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.01 |
| HSL | 8.24º | 0.96% | 0.69% | - |
| HSV(B) | 8.24º | 0.61% | 0.99% | - |
| XYZ | 49.11 | 35.03 | 15.98 | - |
| YUV | 157.07 | 95.23 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 99 | 0 | 0.52 | 0.61 | 0.01 | 8.24 | 0.96 | 0.69 |
| Hex | FC | 78 | 63 | 0 | 34 | 3D | 1 | 8 | 60 | 45 |
| Octal | 374 | 170 | 143 | 0 | 64 | 75 | 1 | 10 | 140 | 105 |
| Binary | 11111100 | 1111000 | 1100011 | 0 | 110100 | 111101 | 1 | 1000 | 1100000 | 1000101 |
Color Harmonies of #FC7863
Complementary color
Monochromatic Colors of #FC7863
Black with #FC7863
Text Example
Text Example
White with #FC7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7863; }
p { color: rgb(252,120,99); }
H1.HeaderClassName
{
color: #FC7863;
}
.AnyTagClassName
{
color: #FC7863;
}
</style>
background-color css
<style>
a { background-color: #FC7863; }
a { background-color: rgb(252,120,99); }
div.DivClassName
{
background-color: #FC7863;
}
.BgClassName
{
background-color: #FC7863;
}
</style>
border-color css
<style>
span { border-color: #FC7863; }
span { border-color: rgb(252,120,99); }
td.TdClassName
{
border-color: #FC7863;
}
.TagClassName
{
border-color: #FC7863;
}
</style>