Shades of Bittersweet #FC655A
Tints of Bittersweet #FC655A
RGB
CMYK
RGB Variations
Color information
#FC655A (or 0xFC655A) is known color: Bittersweet. HEX triplet: FC, 65 and 5A. RGB value is (252,101,90). Sum of RGB (Red+Green+Blue) = 252+101+90=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC655A is #039AA5. Grayscale: #919191. Windows color (decimal): -236198 or 5924348. OLE color: 5924348.
HSL color Cylindrical-coordinate representation of color #FC655A: hue angle of 4.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC655A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 90 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.01 |
| HSL | 4.07º | 0.96% | 0.67% | - |
| HSV(B) | 4.07º | 0.64% | 0.99% | - |
| XYZ | 46.64 | 30.74 | 13.15 | - |
| YUV | 144.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 90 | 0 | 0.60 | 0.64 | 0.01 | 4.07 | 0.96 | 0.67 |
| Hex | FC | 65 | 5A | 0 | 3C | 40 | 1 | 4 | 60 | 43 |
| Octal | 374 | 145 | 132 | 0 | 74 | 100 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100101 | 1011010 | 0 | 111100 | 1000000 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC655A
Complementary color
Monochromatic Colors of #FC655A
Black with #FC655A
Text Example
Text Example
White with #FC655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC655A; }
p { color: rgb(252,101,90); }
H1.HeaderClassName
{
color: #FC655A;
}
.AnyTagClassName
{
color: #FC655A;
}
</style>
background-color css
<style>
a { background-color: #FC655A; }
a { background-color: rgb(252,101,90); }
div.DivClassName
{
background-color: #FC655A;
}
.BgClassName
{
background-color: #FC655A;
}
</style>
border-color css
<style>
span { border-color: #FC655A; }
span { border-color: rgb(252,101,90); }
td.TdClassName
{
border-color: #FC655A;
}
.TagClassName
{
border-color: #FC655A;
}
</style>