Shades of Salmon #FF746D
Tints of Salmon #FF746D
RGB
CMYK
RGB Variations
Color information
#FF746D (or 0xFF746D) is known color: Salmon. HEX triplet: FF, 74 and 6D. RGB value is (255,116,109). Sum of RGB (Red+Green+Blue) = 255+116+109=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746D is #008B92. Grayscale: #9C9C9C. Windows color (decimal): -35731 or 7173375. OLE color: 7173375.
HSL color Cylindrical-coordinate representation of color #FF746D: hue angle of 2.88º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF746D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0 |
| HSL | 2.88º | 1% | 0.71% | - |
| HSV(B) | 2.88º | 0.57% | 1% | - |
| XYZ | 50.25 | 34.85 | 18.55 | - |
| YUV | 156.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 109 | 0 | 0.55 | 0.57 | 0 | 2.88 | 1 | 0.71 |
| Hex | FF | 74 | 6D | 0 | 37 | 39 | 0 | 3 | 64 | 47 |
| Octal | 377 | 164 | 155 | 0 | 67 | 71 | 0 | 3 | 144 | 107 |
| Binary | 11111111 | 1110100 | 1101101 | 0 | 110111 | 111001 | 0 | 11 | 1100100 | 1000111 |
Color Harmonies of #FF746D
Complementary color
Monochromatic Colors of #FF746D
Black with #FF746D
Text Example
Text Example
White with #FF746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF746D; }
p { color: rgb(255,116,109); }
H1.HeaderClassName
{
color: #FF746D;
}
.AnyTagClassName
{
color: #FF746D;
}
</style>
background-color css
<style>
a { background-color: #FF746D; }
a { background-color: rgb(255,116,109); }
div.DivClassName
{
background-color: #FF746D;
}
.BgClassName
{
background-color: #FF746D;
}
</style>
border-color css
<style>
span { border-color: #FF746D; }
span { border-color: rgb(255,116,109); }
td.TdClassName
{
border-color: #FF746D;
}
.TagClassName
{
border-color: #FF746D;
}
</style>