Shades of Bittersweet #FD7D63
Tints of Bittersweet #FD7D63
RGB
CMYK
RGB Variations
Color information
#FD7D63 (or 0xFD7D63) is known color: Bittersweet. HEX triplet: FD, 7D and 63. RGB value is (253,125,99). Sum of RGB (Red+Green+Blue) = 253+125+99=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D63 is #02829C. Grayscale: #A0A0A0. Windows color (decimal): -164509 or 6520317. OLE color: 6520317.
HSL color Cylindrical-coordinate representation of color #FD7D63: hue angle of 10.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD7D63 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 99 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.01 |
| HSL | 10.13º | 0.97% | 0.69% | - |
| HSV(B) | 10.13º | 0.61% | 0.99% | - |
| XYZ | 50.09 | 36.45 | 16.2 | - |
| YUV | 160.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 99 | 0 | 0.51 | 0.61 | 0.01 | 10.13 | 0.97 | 0.69 |
| Hex | FD | 7D | 63 | 0 | 33 | 3D | 1 | A | 61 | 45 |
| Octal | 375 | 175 | 143 | 0 | 63 | 75 | 1 | 12 | 141 | 105 |
| Binary | 11111101 | 1111101 | 1100011 | 0 | 110011 | 111101 | 1 | 1010 | 1100001 | 1000101 |
Color Harmonies of #FD7D63
Complementary color
Monochromatic Colors of #FD7D63
Black with #FD7D63
Text Example
Text Example
White with #FD7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D63; }
p { color: rgb(253,125,99); }
H1.HeaderClassName
{
color: #FD7D63;
}
.AnyTagClassName
{
color: #FD7D63;
}
</style>
background-color css
<style>
a { background-color: #FD7D63; }
a { background-color: rgb(253,125,99); }
div.DivClassName
{
background-color: #FD7D63;
}
.BgClassName
{
background-color: #FD7D63;
}
</style>
border-color css
<style>
span { border-color: #FD7D63; }
span { border-color: rgb(253,125,99); }
td.TdClassName
{
border-color: #FD7D63;
}
.TagClassName
{
border-color: #FD7D63;
}
</style>