Shades of Salmon #FB786A
Tints of Salmon #FB786A
RGB
CMYK
RGB Variations
Color information
#FB786A (or 0xFB786A) is known color: Salmon. HEX triplet: FB, 78 and 6A. RGB value is (251,120,106). Sum of RGB (Red+Green+Blue) = 251+120+106=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB786A is #048795. Grayscale: #9D9D9D. Windows color (decimal): -296854 or 6977787. OLE color: 6977787.
HSL color Cylindrical-coordinate representation of color #FB786A: hue angle of 5.79º 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 #FB786A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.02 |
| HSL | 5.79º | 0.95% | 0.7% | - |
| HSV(B) | 5.79º | 0.58% | 0.98% | - |
| XYZ | 49.1 | 34.98 | 17.8 | - |
| YUV | 157.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 106 | 0 | 0.52 | 0.58 | 0.02 | 5.79 | 0.95 | 0.7 |
| Hex | FB | 78 | 6A | 0 | 34 | 3A | 2 | 6 | 5F | 46 |
| Octal | 373 | 170 | 152 | 0 | 64 | 72 | 2 | 6 | 137 | 106 |
| Binary | 11111011 | 1111000 | 1101010 | 0 | 110100 | 111010 | 10 | 110 | 1011111 | 1000110 |
Color Harmonies of #FB786A
Complementary color
Monochromatic Colors of #FB786A
Black with #FB786A
Text Example
Text Example
White with #FB786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB786A; }
p { color: rgb(251,120,106); }
H1.HeaderClassName
{
color: #FB786A;
}
.AnyTagClassName
{
color: #FB786A;
}
</style>
background-color css
<style>
a { background-color: #FB786A; }
a { background-color: rgb(251,120,106); }
div.DivClassName
{
background-color: #FB786A;
}
.BgClassName
{
background-color: #FB786A;
}
</style>
border-color css
<style>
span { border-color: #FB786A; }
span { border-color: rgb(251,120,106); }
td.TdClassName
{
border-color: #FB786A;
}
.TagClassName
{
border-color: #FB786A;
}
</style>