Shades of Salmon #FB8A6D
Tints of Salmon #FB8A6D
RGB
CMYK
RGB Variations
Color information
#FB8A6D (or 0xFB8A6D) is known color: Salmon. HEX triplet: FB, 8A and 6D. RGB value is (251,138,109). Sum of RGB (Red+Green+Blue) = 251+138+109=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A6D is #047592. Grayscale: #A8A8A8. Windows color (decimal): -292243 or 7179003. OLE color: 7179003.
HSL color Cylindrical-coordinate representation of color #FB8A6D: hue angle of 12.25º 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 #FB8A6D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 109 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.25º | 0.95% | 0.71% | - |
| HSV(B) | 12.25º | 0.57% | 0.98% | - |
| XYZ | 51.63 | 39.79 | 19.43 | - |
| YUV | 168.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 109 | 0 | 0.45 | 0.57 | 0.02 | 12.25 | 0.95 | 0.71 |
| Hex | FB | 8A | 6D | 0 | 2D | 39 | 2 | C | 5F | 47 |
| Octal | 373 | 212 | 155 | 0 | 55 | 71 | 2 | 14 | 137 | 107 |
| Binary | 11111011 | 10001010 | 1101101 | 0 | 101101 | 111001 | 10 | 1100 | 1011111 | 1000111 |
Color Harmonies of #FB8A6D
Complementary color
Monochromatic Colors of #FB8A6D
Black with #FB8A6D
Text Example
Text Example
White with #FB8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A6D; }
p { color: rgb(251,138,109); }
H1.HeaderClassName
{
color: #FB8A6D;
}
.AnyTagClassName
{
color: #FB8A6D;
}
</style>
background-color css
<style>
a { background-color: #FB8A6D; }
a { background-color: rgb(251,138,109); }
div.DivClassName
{
background-color: #FB8A6D;
}
.BgClassName
{
background-color: #FB8A6D;
}
</style>
border-color css
<style>
span { border-color: #FB8A6D; }
span { border-color: rgb(251,138,109); }
td.TdClassName
{
border-color: #FB8A6D;
}
.TagClassName
{
border-color: #FB8A6D;
}
</style>