Shades of Bittersweet #FD706C
Tints of Bittersweet #FD706C
RGB
CMYK
RGB Variations
Color information
#FD706C (or 0xFD706C) is known color: Bittersweet. HEX triplet: FD, 70 and 6C. RGB value is (253,112,108). Sum of RGB (Red+Green+Blue) = 253+112+108=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD706C is #028F93. Grayscale: #999999. Windows color (decimal): -167828 or 7106813. OLE color: 7106813.
HSL color Cylindrical-coordinate representation of color #FD706C: hue angle of 1.66º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD706C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 108 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.01 |
| HSL | 1.66º | 0.97% | 0.71% | - |
| HSV(B) | 1.66º | 0.57% | 0.99% | - |
| XYZ | 49.01 | 33.55 | 18.08 | - |
| YUV | 153.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 108 | 0 | 0.56 | 0.57 | 0.01 | 1.66 | 0.97 | 0.71 |
| Hex | FD | 70 | 6C | 0 | 38 | 39 | 1 | 2 | 61 | 47 |
| Octal | 375 | 160 | 154 | 0 | 70 | 71 | 1 | 2 | 141 | 107 |
| Binary | 11111101 | 1110000 | 1101100 | 0 | 111000 | 111001 | 1 | 10 | 1100001 | 1000111 |
Color Harmonies of #FD706C
Complementary color
Monochromatic Colors of #FD706C
Black with #FD706C
Text Example
Text Example
White with #FD706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD706C; }
p { color: rgb(253,112,108); }
H1.HeaderClassName
{
color: #FD706C;
}
.AnyTagClassName
{
color: #FD706C;
}
</style>
background-color css
<style>
a { background-color: #FD706C; }
a { background-color: rgb(253,112,108); }
div.DivClassName
{
background-color: #FD706C;
}
.BgClassName
{
background-color: #FD706C;
}
</style>
border-color css
<style>
span { border-color: #FD706C; }
span { border-color: rgb(253,112,108); }
td.TdClassName
{
border-color: #FD706C;
}
.TagClassName
{
border-color: #FD706C;
}
</style>