Shades of Bittersweet #FD756A
Tints of Bittersweet #FD756A
RGB
CMYK
RGB Variations
Color information
#FD756A (or 0xFD756A) is known color: Bittersweet. HEX triplet: FD, 75 and 6A. RGB value is (253,117,106). Sum of RGB (Red+Green+Blue) = 253+117+106=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD756A is #028A95. Grayscale: #9C9C9C. Windows color (decimal): -166550 or 6977021. OLE color: 6977021.
HSL color Cylindrical-coordinate representation of color #FD756A: hue angle of 4.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD756A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 106 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.01 |
| HSL | 4.49º | 0.97% | 0.7% | - |
| HSV(B) | 4.49º | 0.58% | 0.99% | - |
| XYZ | 49.47 | 34.65 | 17.72 | - |
| YUV | 156.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 106 | 0 | 0.54 | 0.58 | 0.01 | 4.49 | 0.97 | 0.7 |
| Hex | FD | 75 | 6A | 0 | 36 | 3A | 1 | 4 | 61 | 46 |
| Octal | 375 | 165 | 152 | 0 | 66 | 72 | 1 | 4 | 141 | 106 |
| Binary | 11111101 | 1110101 | 1101010 | 0 | 110110 | 111010 | 1 | 100 | 1100001 | 1000110 |
Color Harmonies of #FD756A
Complementary color
Monochromatic Colors of #FD756A
Black with #FD756A
Text Example
Text Example
White with #FD756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD756A; }
p { color: rgb(253,117,106); }
H1.HeaderClassName
{
color: #FD756A;
}
.AnyTagClassName
{
color: #FD756A;
}
</style>
background-color css
<style>
a { background-color: #FD756A; }
a { background-color: rgb(253,117,106); }
div.DivClassName
{
background-color: #FD756A;
}
.BgClassName
{
background-color: #FD756A;
}
</style>
border-color css
<style>
span { border-color: #FD756A; }
span { border-color: rgb(253,117,106); }
td.TdClassName
{
border-color: #FD756A;
}
.TagClassName
{
border-color: #FD756A;
}
</style>