Shades of Salmon #FD746C
Tints of Salmon #FD746C
RGB
CMYK
RGB Variations
Color information
#FD746C (or 0xFD746C) is known color: Salmon. HEX triplet: FD, 74 and 6C. RGB value is (253,116,108). Sum of RGB (Red+Green+Blue) = 253+116+108=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD746C is #028B93. Grayscale: #9C9C9C. Windows color (decimal): -166804 or 7107837. OLE color: 7107837.
HSL color Cylindrical-coordinate representation of color #FD746C: hue angle of 3.31º 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 #FD746C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 108 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.01 |
| HSL | 3.31º | 0.97% | 0.71% | - |
| HSV(B) | 3.31º | 0.57% | 0.99% | - |
| XYZ | 49.46 | 34.46 | 18.23 | - |
| YUV | 156.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 108 | 0 | 0.54 | 0.57 | 0.01 | 3.31 | 0.97 | 0.71 |
| Hex | FD | 74 | 6C | 0 | 36 | 39 | 1 | 3 | 61 | 47 |
| Octal | 375 | 164 | 154 | 0 | 66 | 71 | 1 | 3 | 141 | 107 |
| Binary | 11111101 | 1110100 | 1101100 | 0 | 110110 | 111001 | 1 | 11 | 1100001 | 1000111 |
Color Harmonies of #FD746C
Complementary color
Monochromatic Colors of #FD746C
Black with #FD746C
Text Example
Text Example
White with #FD746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD746C; }
p { color: rgb(253,116,108); }
H1.HeaderClassName
{
color: #FD746C;
}
.AnyTagClassName
{
color: #FD746C;
}
</style>
background-color css
<style>
a { background-color: #FD746C; }
a { background-color: rgb(253,116,108); }
div.DivClassName
{
background-color: #FD746C;
}
.BgClassName
{
background-color: #FD746C;
}
</style>
border-color css
<style>
span { border-color: #FD746C; }
span { border-color: rgb(253,116,108); }
td.TdClassName
{
border-color: #FD746C;
}
.TagClassName
{
border-color: #FD746C;
}
</style>