Shades of Salmon #FB7B69
Tints of Salmon #FB7B69
RGB
CMYK
RGB Variations
Color information
#FB7B69 (or 0xFB7B69) is known color: Salmon. HEX triplet: FB, 7B and 69. RGB value is (251,123,105). Sum of RGB (Red+Green+Blue) = 251+123+105=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B69 is #048496. Grayscale: #9F9F9F. Windows color (decimal): -296087 or 6913019. OLE color: 6913019.
HSL color Cylindrical-coordinate representation of color #FB7B69: hue angle of 7.4º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB7B69 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 105 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.02 |
| HSL | 7.4º | 0.95% | 0.7% | - |
| HSV(B) | 7.4º | 0.58% | 0.98% | - |
| XYZ | 49.42 | 35.7 | 17.65 | - |
| YUV | 159.22 | 97.41 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 105 | 0 | 0.51 | 0.58 | 0.02 | 7.4 | 0.95 | 0.7 |
| Hex | FB | 7B | 69 | 0 | 33 | 3A | 2 | 7 | 5F | 46 |
| Octal | 373 | 173 | 151 | 0 | 63 | 72 | 2 | 7 | 137 | 106 |
| Binary | 11111011 | 1111011 | 1101001 | 0 | 110011 | 111010 | 10 | 111 | 1011111 | 1000110 |
Color Harmonies of #FB7B69
Complementary color
Monochromatic Colors of #FB7B69
Black with #FB7B69
Text Example
Text Example
White with #FB7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B69; }
p { color: rgb(251,123,105); }
H1.HeaderClassName
{
color: #FB7B69;
}
.AnyTagClassName
{
color: #FB7B69;
}
</style>
background-color css
<style>
a { background-color: #FB7B69; }
a { background-color: rgb(251,123,105); }
div.DivClassName
{
background-color: #FB7B69;
}
.BgClassName
{
background-color: #FB7B69;
}
</style>
border-color css
<style>
span { border-color: #FB7B69; }
span { border-color: rgb(251,123,105); }
td.TdClassName
{
border-color: #FB7B69;
}
.TagClassName
{
border-color: #FB7B69;
}
</style>