Shades of Bittersweet #FC785D
Tints of Bittersweet #FC785D
RGB
CMYK
RGB Variations
Color information
#FC785D (or 0xFC785D) is known color: Bittersweet. HEX triplet: FC, 78 and 5D. RGB value is (252,120,93). Sum of RGB (Red+Green+Blue) = 252+120+93=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC785D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC785D is #0387A2. Grayscale: #9C9C9C. Windows color (decimal): -231331 or 6125820. OLE color: 6125820.
HSL color Cylindrical-coordinate representation of color #FC785D: hue angle of 10.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC785D is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 93 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.01 |
| HSL | 10.19º | 0.96% | 0.68% | - |
| HSV(B) | 10.19º | 0.63% | 0.99% | - |
| XYZ | 48.84 | 34.92 | 14.52 | - |
| YUV | 156.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 93 | 0 | 0.52 | 0.63 | 0.01 | 10.19 | 0.96 | 0.68 |
| Hex | FC | 78 | 5D | 0 | 34 | 3F | 1 | A | 60 | 44 |
| Octal | 374 | 170 | 135 | 0 | 64 | 77 | 1 | 12 | 140 | 104 |
| Binary | 11111100 | 1111000 | 1011101 | 0 | 110100 | 111111 | 1 | 1010 | 1100000 | 1000100 |
Color Harmonies of #FC785D
Complementary color
Monochromatic Colors of #FC785D
Black with #FC785D
Text Example
Text Example
White with #FC785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC785D; }
p { color: rgb(252,120,93); }
H1.HeaderClassName
{
color: #FC785D;
}
.AnyTagClassName
{
color: #FC785D;
}
</style>
background-color css
<style>
a { background-color: #FC785D; }
a { background-color: rgb(252,120,93); }
div.DivClassName
{
background-color: #FC785D;
}
.BgClassName
{
background-color: #FC785D;
}
</style>
border-color css
<style>
span { border-color: #FC785D; }
span { border-color: rgb(252,120,93); }
td.TdClassName
{
border-color: #FC785D;
}
.TagClassName
{
border-color: #FC785D;
}
</style>