Shades of Bittersweet #FD7A60
Tints of Bittersweet #FD7A60
RGB
CMYK
RGB Variations
Color information
#FD7A60 (or 0xFD7A60) is known color: Bittersweet. HEX triplet: FD, 7A and 60. RGB value is (253,122,96). Sum of RGB (Red+Green+Blue) = 253+122+96=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A60 is #02859F. Grayscale: #9E9E9E. Windows color (decimal): -165280 or 6322941. OLE color: 6322941.
HSL color Cylindrical-coordinate representation of color #FD7A60: hue angle of 9.94º 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 #FD7A60 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 96 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.01 |
| HSL | 9.94º | 0.98% | 0.68% | - |
| HSV(B) | 9.94º | 0.62% | 0.99% | - |
| XYZ | 49.58 | 35.65 | 15.33 | - |
| YUV | 158.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 96 | 0 | 0.52 | 0.62 | 0.01 | 9.94 | 0.98 | 0.68 |
| Hex | FD | 7A | 60 | 0 | 34 | 3E | 1 | A | 62 | 44 |
| Octal | 375 | 172 | 140 | 0 | 64 | 76 | 1 | 12 | 142 | 104 |
| Binary | 11111101 | 1111010 | 1100000 | 0 | 110100 | 111110 | 1 | 1010 | 1100010 | 1000100 |
Color Harmonies of #FD7A60
Complementary color
Monochromatic Colors of #FD7A60
Black with #FD7A60
Text Example
Text Example
White with #FD7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A60; }
p { color: rgb(253,122,96); }
H1.HeaderClassName
{
color: #FD7A60;
}
.AnyTagClassName
{
color: #FD7A60;
}
</style>
background-color css
<style>
a { background-color: #FD7A60; }
a { background-color: rgb(253,122,96); }
div.DivClassName
{
background-color: #FD7A60;
}
.BgClassName
{
background-color: #FD7A60;
}
</style>
border-color css
<style>
span { border-color: #FD7A60; }
span { border-color: rgb(253,122,96); }
td.TdClassName
{
border-color: #FD7A60;
}
.TagClassName
{
border-color: #FD7A60;
}
</style>