Shades of Salmon #FB8D74
Tints of Salmon #FB8D74
RGB
CMYK
RGB Variations
Color information
#FB8D74 (or 0xFB8D74) is known color: Salmon. HEX triplet: FB, 8D and 74. RGB value is (251,141,116). Sum of RGB (Red+Green+Blue) = 251+141+116=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D74 is #04728B. Grayscale: #ABABAB. Windows color (decimal): -291468 or 7638523. OLE color: 7638523.
HSL color Cylindrical-coordinate representation of color #FB8D74: hue angle of 11.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB8D74 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 116 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.02 |
| HSL | 11.11º | 0.94% | 0.72% | - |
| HSV(B) | 11.11º | 0.54% | 0.98% | - |
| XYZ | 52.46 | 40.82 | 21.64 | - |
| YUV | 171.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 116 | 0 | 0.44 | 0.54 | 0.02 | 11.11 | 0.94 | 0.72 |
| Hex | FB | 8D | 74 | 0 | 2C | 36 | 2 | B | 5E | 48 |
| Octal | 373 | 215 | 164 | 0 | 54 | 66 | 2 | 13 | 136 | 110 |
| Binary | 11111011 | 10001101 | 1110100 | 0 | 101100 | 110110 | 10 | 1011 | 1011110 | 1001000 |
Color Harmonies of #FB8D74
Complementary color
Monochromatic Colors of #FB8D74
Black with #FB8D74
Text Example
Text Example
White with #FB8D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D74; }
p { color: rgb(251,141,116); }
H1.HeaderClassName
{
color: #FB8D74;
}
.AnyTagClassName
{
color: #FB8D74;
}
</style>
background-color css
<style>
a { background-color: #FB8D74; }
a { background-color: rgb(251,141,116); }
div.DivClassName
{
background-color: #FB8D74;
}
.BgClassName
{
background-color: #FB8D74;
}
</style>
border-color css
<style>
span { border-color: #FB8D74; }
span { border-color: rgb(251,141,116); }
td.TdClassName
{
border-color: #FB8D74;
}
.TagClassName
{
border-color: #FB8D74;
}
</style>