Shades of Bittersweet #FC775C
Tints of Bittersweet #FC775C
RGB
CMYK
RGB Variations
Color information
#FC775C (or 0xFC775C) is known color: Bittersweet. HEX triplet: FC, 77 and 5C. RGB value is (252,119,92). Sum of RGB (Red+Green+Blue) = 252+119+92=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC775C is #0388A3. Grayscale: #9B9B9B. Windows color (decimal): -231588 or 6060028. OLE color: 6060028.
HSL color Cylindrical-coordinate representation of color #FC775C: hue angle of 10.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC775C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 92 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.01 |
| HSL | 10.13º | 0.96% | 0.67% | - |
| HSV(B) | 10.13º | 0.63% | 0.99% | - |
| XYZ | 48.67 | 34.66 | 14.25 | - |
| YUV | 155.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 92 | 0 | 0.53 | 0.63 | 0.01 | 10.13 | 0.96 | 0.67 |
| Hex | FC | 77 | 5C | 0 | 35 | 3F | 1 | A | 60 | 43 |
| Octal | 374 | 167 | 134 | 0 | 65 | 77 | 1 | 12 | 140 | 103 |
| Binary | 11111100 | 1110111 | 1011100 | 0 | 110101 | 111111 | 1 | 1010 | 1100000 | 1000011 |
Color Harmonies of #FC775C
Complementary color
Monochromatic Colors of #FC775C
Black with #FC775C
Text Example
Text Example
White with #FC775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC775C; }
p { color: rgb(252,119,92); }
H1.HeaderClassName
{
color: #FC775C;
}
.AnyTagClassName
{
color: #FC775C;
}
</style>
background-color css
<style>
a { background-color: #FC775C; }
a { background-color: rgb(252,119,92); }
div.DivClassName
{
background-color: #FC775C;
}
.BgClassName
{
background-color: #FC775C;
}
</style>
border-color css
<style>
span { border-color: #FC775C; }
span { border-color: rgb(252,119,92); }
td.TdClassName
{
border-color: #FC775C;
}
.TagClassName
{
border-color: #FC775C;
}
</style>