Shades of Bittersweet #FC655F
Tints of Bittersweet #FC655F
RGB
CMYK
RGB Variations
Color information
#FC655F (or 0xFC655F) is known color: Bittersweet. HEX triplet: FC, 65 and 5F. RGB value is (252,101,95). Sum of RGB (Red+Green+Blue) = 252+101+95=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC655F is #039AA0. Grayscale: #919191. Windows color (decimal): -236193 or 6252028. OLE color: 6252028.
HSL color Cylindrical-coordinate representation of color #FC655F: hue angle of 2.29º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC655F is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 95 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.01 |
| HSL | 2.29º | 0.96% | 0.68% | - |
| HSV(B) | 2.29º | 0.62% | 0.99% | - |
| XYZ | 46.86 | 30.83 | 14.31 | - |
| YUV | 145.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 95 | 0 | 0.60 | 0.62 | 0.01 | 2.29 | 0.96 | 0.68 |
| Hex | FC | 65 | 5F | 0 | 3C | 3E | 1 | 2 | 60 | 44 |
| Octal | 374 | 145 | 137 | 0 | 74 | 76 | 1 | 2 | 140 | 104 |
| Binary | 11111100 | 1100101 | 1011111 | 0 | 111100 | 111110 | 1 | 10 | 1100000 | 1000100 |
Color Harmonies of #FC655F
Complementary color
Monochromatic Colors of #FC655F
Black with #FC655F
Text Example
Text Example
White with #FC655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC655F; }
p { color: rgb(252,101,95); }
H1.HeaderClassName
{
color: #FC655F;
}
.AnyTagClassName
{
color: #FC655F;
}
</style>
background-color css
<style>
a { background-color: #FC655F; }
a { background-color: rgb(252,101,95); }
div.DivClassName
{
background-color: #FC655F;
}
.BgClassName
{
background-color: #FC655F;
}
</style>
border-color css
<style>
span { border-color: #FC655F; }
span { border-color: rgb(252,101,95); }
td.TdClassName
{
border-color: #FC655F;
}
.TagClassName
{
border-color: #FC655F;
}
</style>