Shades of Salmon #FB8A6B
Tints of Salmon #FB8A6B
RGB
CMYK
RGB Variations
Color information
#FB8A6B (or 0xFB8A6B) is known color: Salmon. HEX triplet: FB, 8A and 6B. RGB value is (251,138,107). Sum of RGB (Red+Green+Blue) = 251+138+107=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A6B is #047594. Grayscale: #A8A8A8. Windows color (decimal): -292245 or 7047931. OLE color: 7047931.
HSL color Cylindrical-coordinate representation of color #FB8A6B: hue angle of 12.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB8A6B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 107 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.02 |
| HSL | 12.92º | 0.95% | 0.7% | - |
| HSV(B) | 12.92º | 0.57% | 0.98% | - |
| XYZ | 51.53 | 39.75 | 18.87 | - |
| YUV | 168.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 107 | 0 | 0.45 | 0.57 | 0.02 | 12.92 | 0.95 | 0.7 |
| Hex | FB | 8A | 6B | 0 | 2D | 39 | 2 | D | 5F | 46 |
| Octal | 373 | 212 | 153 | 0 | 55 | 71 | 2 | 15 | 137 | 106 |
| Binary | 11111011 | 10001010 | 1101011 | 0 | 101101 | 111001 | 10 | 1101 | 1011111 | 1000110 |
Color Harmonies of #FB8A6B
Complementary color
Monochromatic Colors of #FB8A6B
Black with #FB8A6B
Text Example
Text Example
White with #FB8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A6B; }
p { color: rgb(251,138,107); }
H1.HeaderClassName
{
color: #FB8A6B;
}
.AnyTagClassName
{
color: #FB8A6B;
}
</style>
background-color css
<style>
a { background-color: #FB8A6B; }
a { background-color: rgb(251,138,107); }
div.DivClassName
{
background-color: #FB8A6B;
}
.BgClassName
{
background-color: #FB8A6B;
}
</style>
border-color css
<style>
span { border-color: #FB8A6B; }
span { border-color: rgb(251,138,107); }
td.TdClassName
{
border-color: #FB8A6B;
}
.TagClassName
{
border-color: #FB8A6B;
}
</style>