Shades of Salmon #FF8974
Tints of Salmon #FF8974
RGB
CMYK
RGB Variations
Color information
#FF8974 (or 0xFF8974) is known color: Salmon. HEX triplet: FF, 89 and 74. RGB value is (255,137,116). Sum of RGB (Red+Green+Blue) = 255+137+116=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8974 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8974 is #00768B. Grayscale: #AAAAAA. Windows color (decimal): -30348 or 7637503. OLE color: 7637503.
HSL color Cylindrical-coordinate representation of color #FF8974: hue angle of 9.06º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8974 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 116 | - |
| CMYK | 0 | 0.46 | 0.55 | 0 |
| HSL | 9.06º | 1% | 0.73% | - |
| HSV(B) | 9.06º | 0.55% | 1% | - |
| XYZ | 53.34 | 40.41 | 21.51 | - |
| YUV | 169.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 116 | 0 | 0.46 | 0.55 | 0 | 9.06 | 1 | 0.73 |
| Hex | FF | 89 | 74 | 0 | 2E | 37 | 0 | 9 | 64 | 49 |
| Octal | 377 | 211 | 164 | 0 | 56 | 67 | 0 | 11 | 144 | 111 |
| Binary | 11111111 | 10001001 | 1110100 | 0 | 101110 | 110111 | 0 | 1001 | 1100100 | 1001001 |
Color Harmonies of #FF8974
Complementary color
Monochromatic Colors of #FF8974
Black with #FF8974
Text Example
Text Example
White with #FF8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8974; }
p { color: rgb(255,137,116); }
H1.HeaderClassName
{
color: #FF8974;
}
.AnyTagClassName
{
color: #FF8974;
}
</style>
background-color css
<style>
a { background-color: #FF8974; }
a { background-color: rgb(255,137,116); }
div.DivClassName
{
background-color: #FF8974;
}
.BgClassName
{
background-color: #FF8974;
}
</style>
border-color css
<style>
span { border-color: #FF8974; }
span { border-color: rgb(255,137,116); }
td.TdClassName
{
border-color: #FF8974;
}
.TagClassName
{
border-color: #FF8974;
}
</style>