Shades of Bittersweet #FD7859
Tints of Bittersweet #FD7859
RGB
CMYK
RGB Variations
Color information
#FD7859 (or 0xFD7859) is known color: Bittersweet. HEX triplet: FD, 78 and 59. RGB value is (253,120,89). Sum of RGB (Red+Green+Blue) = 253+120+89=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7859 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7859 is #0287A6. Grayscale: #9C9C9C. Windows color (decimal): -165799 or 5863677. OLE color: 5863677.
HSL color Cylindrical-coordinate representation of color #FD7859: hue angle of 11.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD7859 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 120 | 89 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.01 |
| HSL | 11.34º | 0.98% | 0.67% | - |
| HSV(B) | 11.34º | 0.65% | 0.99% | - |
| XYZ | 49.03 | 35.04 | 13.63 | - |
| YUV | 156.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 120 | 89 | 0 | 0.53 | 0.65 | 0.01 | 11.34 | 0.98 | 0.67 |
| Hex | FD | 78 | 59 | 0 | 35 | 41 | 1 | B | 62 | 43 |
| Octal | 375 | 170 | 131 | 0 | 65 | 101 | 1 | 13 | 142 | 103 |
| Binary | 11111101 | 1111000 | 1011001 | 0 | 110101 | 1000001 | 1 | 1011 | 1100010 | 1000011 |
Color Harmonies of #FD7859
Complementary color
Monochromatic Colors of #FD7859
Black with #FD7859
Text Example
Text Example
White with #FD7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7859; }
p { color: rgb(253,120,89); }
H1.HeaderClassName
{
color: #FD7859;
}
.AnyTagClassName
{
color: #FD7859;
}
</style>
background-color css
<style>
a { background-color: #FD7859; }
a { background-color: rgb(253,120,89); }
div.DivClassName
{
background-color: #FD7859;
}
.BgClassName
{
background-color: #FD7859;
}
</style>
border-color css
<style>
span { border-color: #FD7859; }
span { border-color: rgb(253,120,89); }
td.TdClassName
{
border-color: #FD7859;
}
.TagClassName
{
border-color: #FD7859;
}
</style>