Shades of Bittersweet #FC7B65
Tints of Bittersweet #FC7B65
RGB
CMYK
RGB Variations
Color information
#FC7B65 (or 0xFC7B65) is known color: Bittersweet. HEX triplet: FC, 7B and 65. RGB value is (252,123,101). Sum of RGB (Red+Green+Blue) = 252+123+101=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B65 is #03849A. Grayscale: #9F9F9F. Windows color (decimal): -230555 or 6650876. OLE color: 6650876.
HSL color Cylindrical-coordinate representation of color #FC7B65: hue angle of 8.74º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7B65 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 101 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.01 |
| HSL | 8.74º | 0.96% | 0.69% | - |
| HSV(B) | 8.74º | 0.6% | 0.99% | - |
| XYZ | 49.58 | 35.8 | 16.61 | - |
| YUV | 159.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 101 | 0 | 0.51 | 0.60 | 0.01 | 8.74 | 0.96 | 0.69 |
| Hex | FC | 7B | 65 | 0 | 33 | 3C | 1 | 9 | 60 | 45 |
| Octal | 374 | 173 | 145 | 0 | 63 | 74 | 1 | 11 | 140 | 105 |
| Binary | 11111100 | 1111011 | 1100101 | 0 | 110011 | 111100 | 1 | 1001 | 1100000 | 1000101 |
Color Harmonies of #FC7B65
Complementary color
Monochromatic Colors of #FC7B65
Black with #FC7B65
Text Example
Text Example
White with #FC7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B65; }
p { color: rgb(252,123,101); }
H1.HeaderClassName
{
color: #FC7B65;
}
.AnyTagClassName
{
color: #FC7B65;
}
</style>
background-color css
<style>
a { background-color: #FC7B65; }
a { background-color: rgb(252,123,101); }
div.DivClassName
{
background-color: #FC7B65;
}
.BgClassName
{
background-color: #FC7B65;
}
</style>
border-color css
<style>
span { border-color: #FC7B65; }
span { border-color: rgb(252,123,101); }
td.TdClassName
{
border-color: #FC7B65;
}
.TagClassName
{
border-color: #FC7B65;
}
</style>