Shades of Salmon #FD7A74
Tints of Salmon #FD7A74
RGB
CMYK
RGB Variations
Color information
#FD7A74 (or 0xFD7A74) is known color: Salmon. HEX triplet: FD, 7A and 74. RGB value is (253,122,116). Sum of RGB (Red+Green+Blue) = 253+122+116=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A74 is #02858B. Grayscale: #A0A0A0. Windows color (decimal): -165260 or 7633661. OLE color: 7633661.
HSL color Cylindrical-coordinate representation of color #FD7A74: hue angle of 2.63º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD7A74 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 116 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.01 |
| HSL | 2.63º | 0.97% | 0.72% | - |
| HSV(B) | 2.63º | 0.54% | 0.99% | - |
| XYZ | 50.62 | 36.06 | 20.82 | - |
| YUV | 160.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 116 | 0 | 0.52 | 0.54 | 0.01 | 2.63 | 0.97 | 0.72 |
| Hex | FD | 7A | 74 | 0 | 34 | 36 | 1 | 3 | 61 | 48 |
| Octal | 375 | 172 | 164 | 0 | 64 | 66 | 1 | 3 | 141 | 110 |
| Binary | 11111101 | 1111010 | 1110100 | 0 | 110100 | 110110 | 1 | 11 | 1100001 | 1001000 |
Color Harmonies of #FD7A74
Complementary color
Monochromatic Colors of #FD7A74
Black with #FD7A74
Text Example
Text Example
White with #FD7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A74; }
p { color: rgb(253,122,116); }
H1.HeaderClassName
{
color: #FD7A74;
}
.AnyTagClassName
{
color: #FD7A74;
}
</style>
background-color css
<style>
a { background-color: #FD7A74; }
a { background-color: rgb(253,122,116); }
div.DivClassName
{
background-color: #FD7A74;
}
.BgClassName
{
background-color: #FD7A74;
}
</style>
border-color css
<style>
span { border-color: #FD7A74; }
span { border-color: rgb(253,122,116); }
td.TdClassName
{
border-color: #FD7A74;
}
.TagClassName
{
border-color: #FD7A74;
}
</style>