Shades of Salmon #FB766F
Tints of Salmon #FB766F
RGB
CMYK
RGB Variations
Color information
#FB766F (or 0xFB766F) is known color: Salmon. HEX triplet: FB, 76 and 6F. RGB value is (251,118,111). Sum of RGB (Red+Green+Blue) = 251+118+111=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB766F is #048990. Grayscale: #9D9D9D. Windows color (decimal): -297361 or 7304955. OLE color: 7304955.
HSL color Cylindrical-coordinate representation of color #FB766F: hue angle of 3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB766F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 111 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.02 |
| HSL | 3º | 0.95% | 0.71% | - |
| HSV(B) | 3º | 0.56% | 0.98% | - |
| XYZ | 49.13 | 34.61 | 19.13 | - |
| YUV | 156.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 111 | 0 | 0.53 | 0.56 | 0.02 | 3 | 0.95 | 0.71 |
| Hex | FB | 76 | 6F | 0 | 35 | 38 | 2 | 3 | 5F | 47 |
| Octal | 373 | 166 | 157 | 0 | 65 | 70 | 2 | 3 | 137 | 107 |
| Binary | 11111011 | 1110110 | 1101111 | 0 | 110101 | 111000 | 10 | 11 | 1011111 | 1000111 |
Color Harmonies of #FB766F
Complementary color
Monochromatic Colors of #FB766F
Black with #FB766F
Text Example
Text Example
White with #FB766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB766F; }
p { color: rgb(251,118,111); }
H1.HeaderClassName
{
color: #FB766F;
}
.AnyTagClassName
{
color: #FB766F;
}
</style>
background-color css
<style>
a { background-color: #FB766F; }
a { background-color: rgb(251,118,111); }
div.DivClassName
{
background-color: #FB766F;
}
.BgClassName
{
background-color: #FB766F;
}
</style>
border-color css
<style>
span { border-color: #FB766F; }
span { border-color: rgb(251,118,111); }
td.TdClassName
{
border-color: #FB766F;
}
.TagClassName
{
border-color: #FB766F;
}
</style>