Shades of Bittersweet #FD7B60
Tints of Bittersweet #FD7B60
RGB
CMYK
RGB Variations
Color information
#FD7B60 (or 0xFD7B60) is known color: Bittersweet. HEX triplet: FD, 7B and 60. RGB value is (253,123,96). Sum of RGB (Red+Green+Blue) = 253+123+96=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B60 is #02849F. Grayscale: #9F9F9F. Windows color (decimal): -165024 or 6323197. OLE color: 6323197.
HSL color Cylindrical-coordinate representation of color #FD7B60: hue angle of 10.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD7B60 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 96 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.01 |
| HSL | 10.32º | 0.98% | 0.68% | - |
| HSV(B) | 10.32º | 0.62% | 0.99% | - |
| XYZ | 49.7 | 35.89 | 15.37 | - |
| YUV | 158.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 96 | 0 | 0.51 | 0.62 | 0.01 | 10.32 | 0.98 | 0.68 |
| Hex | FD | 7B | 60 | 0 | 33 | 3E | 1 | A | 62 | 44 |
| Octal | 375 | 173 | 140 | 0 | 63 | 76 | 1 | 12 | 142 | 104 |
| Binary | 11111101 | 1111011 | 1100000 | 0 | 110011 | 111110 | 1 | 1010 | 1100010 | 1000100 |
Color Harmonies of #FD7B60
Complementary color
Monochromatic Colors of #FD7B60
Black with #FD7B60
Text Example
Text Example
White with #FD7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B60; }
p { color: rgb(253,123,96); }
H1.HeaderClassName
{
color: #FD7B60;
}
.AnyTagClassName
{
color: #FD7B60;
}
</style>
background-color css
<style>
a { background-color: #FD7B60; }
a { background-color: rgb(253,123,96); }
div.DivClassName
{
background-color: #FD7B60;
}
.BgClassName
{
background-color: #FD7B60;
}
</style>
border-color css
<style>
span { border-color: #FD7B60; }
span { border-color: rgb(253,123,96); }
td.TdClassName
{
border-color: #FD7B60;
}
.TagClassName
{
border-color: #FD7B60;
}
</style>