Shades of Bittersweet #FC6763
Tints of Bittersweet #FC6763
RGB
CMYK
RGB Variations
Color information
#FC6763 (or 0xFC6763) is known color: Bittersweet. HEX triplet: FC, 67 and 63. RGB value is (252,103,99). Sum of RGB (Red+Green+Blue) = 252+103+99=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6763 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6763 is #03989C. Grayscale: #939393. Windows color (decimal): -235677 or 6514684. OLE color: 6514684.
HSL color Cylindrical-coordinate representation of color #FC6763: hue angle of 1.57º 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 #FC6763 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 99 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.01 |
| HSL | 1.57º | 0.96% | 0.69% | - |
| HSV(B) | 1.57º | 0.61% | 0.99% | - |
| XYZ | 47.25 | 31.3 | 15.36 | - |
| YUV | 147.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 99 | 0 | 0.59 | 0.61 | 0.01 | 1.57 | 0.96 | 0.69 |
| Hex | FC | 67 | 63 | 0 | 3B | 3D | 1 | 2 | 60 | 45 |
| Octal | 374 | 147 | 143 | 0 | 73 | 75 | 1 | 2 | 140 | 105 |
| Binary | 11111100 | 1100111 | 1100011 | 0 | 111011 | 111101 | 1 | 10 | 1100000 | 1000101 |
Color Harmonies of #FC6763
Complementary color
Monochromatic Colors of #FC6763
Black with #FC6763
Text Example
Text Example
White with #FC6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6763; }
p { color: rgb(252,103,99); }
H1.HeaderClassName
{
color: #FC6763;
}
.AnyTagClassName
{
color: #FC6763;
}
</style>
background-color css
<style>
a { background-color: #FC6763; }
a { background-color: rgb(252,103,99); }
div.DivClassName
{
background-color: #FC6763;
}
.BgClassName
{
background-color: #FC6763;
}
</style>
border-color css
<style>
span { border-color: #FC6763; }
span { border-color: rgb(252,103,99); }
td.TdClassName
{
border-color: #FC6763;
}
.TagClassName
{
border-color: #FC6763;
}
</style>