Shades of Salmon #FB7F62
Tints of Salmon #FB7F62
RGB
CMYK
RGB Variations
Color information
#FB7F62 (or 0xFB7F62) is known color: Salmon. HEX triplet: FB, 7F and 62. RGB value is (251,127,98). Sum of RGB (Red+Green+Blue) = 251+127+98=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F62 is #04809D. Grayscale: #A1A1A1. Windows color (decimal): -295070 or 6455291. OLE color: 6455291.
HSL color Cylindrical-coordinate representation of color #FB7F62: hue angle of 11.37º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB7F62 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 127 | 98 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.02 |
| HSL | 11.37º | 0.95% | 0.68% | - |
| HSV(B) | 11.37º | 0.61% | 0.98% | - |
| XYZ | 49.58 | 36.57 | 16 | - |
| YUV | 160.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 127 | 98 | 0 | 0.49 | 0.61 | 0.02 | 11.37 | 0.95 | 0.68 |
| Hex | FB | 7F | 62 | 0 | 31 | 3D | 2 | B | 5F | 44 |
| Octal | 373 | 177 | 142 | 0 | 61 | 75 | 2 | 13 | 137 | 104 |
| Binary | 11111011 | 1111111 | 1100010 | 0 | 110001 | 111101 | 10 | 1011 | 1011111 | 1000100 |
Color Harmonies of #FB7F62
Complementary color
Monochromatic Colors of #FB7F62
Black with #FB7F62
Text Example
Text Example
White with #FB7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7F62; }
p { color: rgb(251,127,98); }
H1.HeaderClassName
{
color: #FB7F62;
}
.AnyTagClassName
{
color: #FB7F62;
}
</style>
background-color css
<style>
a { background-color: #FB7F62; }
a { background-color: rgb(251,127,98); }
div.DivClassName
{
background-color: #FB7F62;
}
.BgClassName
{
background-color: #FB7F62;
}
</style>
border-color css
<style>
span { border-color: #FB7F62; }
span { border-color: rgb(251,127,98); }
td.TdClassName
{
border-color: #FB7F62;
}
.TagClassName
{
border-color: #FB7F62;
}
</style>