Shades of Bittersweet #FC785A
Tints of Bittersweet #FC785A
RGB
CMYK
RGB Variations
Color information
#FC785A (or 0xFC785A) is known color: Bittersweet. HEX triplet: FC, 78 and 5A. RGB value is (252,120,90). Sum of RGB (Red+Green+Blue) = 252+120+90=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC785A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC785A is #0387A5. Grayscale: #9C9C9C. Windows color (decimal): -231334 or 5929212. OLE color: 5929212.
HSL color Cylindrical-coordinate representation of color #FC785A: hue angle of 11.11º 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 #FC785A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 90 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.01 |
| HSL | 11.11º | 0.96% | 0.67% | - |
| HSV(B) | 11.11º | 0.64% | 0.99% | - |
| XYZ | 48.71 | 34.87 | 13.84 | - |
| YUV | 156.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 90 | 0 | 0.52 | 0.64 | 0.01 | 11.11 | 0.96 | 0.67 |
| Hex | FC | 78 | 5A | 0 | 34 | 40 | 1 | B | 60 | 43 |
| Octal | 374 | 170 | 132 | 0 | 64 | 100 | 1 | 13 | 140 | 103 |
| Binary | 11111100 | 1111000 | 1011010 | 0 | 110100 | 1000000 | 1 | 1011 | 1100000 | 1000011 |
Color Harmonies of #FC785A
Complementary color
Monochromatic Colors of #FC785A
Black with #FC785A
Text Example
Text Example
White with #FC785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC785A; }
p { color: rgb(252,120,90); }
H1.HeaderClassName
{
color: #FC785A;
}
.AnyTagClassName
{
color: #FC785A;
}
</style>
background-color css
<style>
a { background-color: #FC785A; }
a { background-color: rgb(252,120,90); }
div.DivClassName
{
background-color: #FC785A;
}
.BgClassName
{
background-color: #FC785A;
}
</style>
border-color css
<style>
span { border-color: #FC785A; }
span { border-color: rgb(252,120,90); }
td.TdClassName
{
border-color: #FC785A;
}
.TagClassName
{
border-color: #FC785A;
}
</style>