Shades of Salmon #FB796D
Tints of Salmon #FB796D
RGB
CMYK
RGB Variations
Color information
#FB796D (or 0xFB796D) is known color: Salmon. HEX triplet: FB, 79 and 6D. RGB value is (251,121,109). Sum of RGB (Red+Green+Blue) = 251+121+109=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB796D is #048692. Grayscale: #9E9E9E. Windows color (decimal): -296595 or 7174651. OLE color: 7174651.
HSL color Cylindrical-coordinate representation of color #FB796D: hue angle of 5.07º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB796D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 109 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.02 |
| HSL | 5.07º | 0.95% | 0.71% | - |
| HSV(B) | 5.07º | 0.57% | 0.98% | - |
| XYZ | 49.38 | 35.29 | 18.68 | - |
| YUV | 158.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 109 | 0 | 0.52 | 0.57 | 0.02 | 5.07 | 0.95 | 0.71 |
| Hex | FB | 79 | 6D | 0 | 34 | 39 | 2 | 5 | 5F | 47 |
| Octal | 373 | 171 | 155 | 0 | 64 | 71 | 2 | 5 | 137 | 107 |
| Binary | 11111011 | 1111001 | 1101101 | 0 | 110100 | 111001 | 10 | 101 | 1011111 | 1000111 |
Color Harmonies of #FB796D
Complementary color
Monochromatic Colors of #FB796D
Black with #FB796D
Text Example
Text Example
White with #FB796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB796D; }
p { color: rgb(251,121,109); }
H1.HeaderClassName
{
color: #FB796D;
}
.AnyTagClassName
{
color: #FB796D;
}
</style>
background-color css
<style>
a { background-color: #FB796D; }
a { background-color: rgb(251,121,109); }
div.DivClassName
{
background-color: #FB796D;
}
.BgClassName
{
background-color: #FB796D;
}
</style>
border-color css
<style>
span { border-color: #FB796D; }
span { border-color: rgb(251,121,109); }
td.TdClassName
{
border-color: #FB796D;
}
.TagClassName
{
border-color: #FB796D;
}
</style>