Shades of Salmon #FB7B74
Tints of Salmon #FB7B74
RGB
CMYK
RGB Variations
Color information
#FB7B74 (or 0xFB7B74) is known color: Salmon. HEX triplet: FB, 7B and 74. RGB value is (251,123,116). Sum of RGB (Red+Green+Blue) = 251+123+116=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B74 is #04848B. Grayscale: #A0A0A0. Windows color (decimal): -296076 or 7633915. OLE color: 7633915.
HSL color Cylindrical-coordinate representation of color #FB7B74: hue angle of 3.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 #FB7B74 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 116 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.02 |
| HSL | 3.11º | 0.94% | 0.72% | - |
| HSV(B) | 3.11º | 0.54% | 0.98% | - |
| XYZ | 50.02 | 35.94 | 20.82 | - |
| YUV | 160.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 116 | 0 | 0.51 | 0.54 | 0.02 | 3.11 | 0.94 | 0.72 |
| Hex | FB | 7B | 74 | 0 | 33 | 36 | 2 | 3 | 5E | 48 |
| Octal | 373 | 173 | 164 | 0 | 63 | 66 | 2 | 3 | 136 | 110 |
| Binary | 11111011 | 1111011 | 1110100 | 0 | 110011 | 110110 | 10 | 11 | 1011110 | 1001000 |
Color Harmonies of #FB7B74
Complementary color
Monochromatic Colors of #FB7B74
Black with #FB7B74
Text Example
Text Example
White with #FB7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B74; }
p { color: rgb(251,123,116); }
H1.HeaderClassName
{
color: #FB7B74;
}
.AnyTagClassName
{
color: #FB7B74;
}
</style>
background-color css
<style>
a { background-color: #FB7B74; }
a { background-color: rgb(251,123,116); }
div.DivClassName
{
background-color: #FB7B74;
}
.BgClassName
{
background-color: #FB7B74;
}
</style>
border-color css
<style>
span { border-color: #FB7B74; }
span { border-color: rgb(251,123,116); }
td.TdClassName
{
border-color: #FB7B74;
}
.TagClassName
{
border-color: #FB7B74;
}
</style>