Shades of Salmon #FB866F
Tints of Salmon #FB866F
RGB
CMYK
RGB Variations
Color information
#FB866F (or 0xFB866F) is known color: Salmon. HEX triplet: FB, 86 and 6F. RGB value is (251,134,111). Sum of RGB (Red+Green+Blue) = 251+134+111=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB866F is #047990. Grayscale: #A6A6A6. Windows color (decimal): -293265 or 7309051. OLE color: 7309051.
HSL color Cylindrical-coordinate representation of color #FB866F: hue angle of 9.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB866F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 111 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.86º | 0.95% | 0.71% | - |
| HSV(B) | 9.86º | 0.56% | 0.98% | - |
| XYZ | 51.18 | 38.71 | 19.81 | - |
| YUV | 166.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 111 | 0 | 0.47 | 0.56 | 0.02 | 9.86 | 0.95 | 0.71 |
| Hex | FB | 86 | 6F | 0 | 2F | 38 | 2 | A | 5F | 47 |
| Octal | 373 | 206 | 157 | 0 | 57 | 70 | 2 | 12 | 137 | 107 |
| Binary | 11111011 | 10000110 | 1101111 | 0 | 101111 | 111000 | 10 | 1010 | 1011111 | 1000111 |
Color Harmonies of #FB866F
Complementary color
Monochromatic Colors of #FB866F
Black with #FB866F
Text Example
Text Example
White with #FB866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB866F; }
p { color: rgb(251,134,111); }
H1.HeaderClassName
{
color: #FB866F;
}
.AnyTagClassName
{
color: #FB866F;
}
</style>
background-color css
<style>
a { background-color: #FB866F; }
a { background-color: rgb(251,134,111); }
div.DivClassName
{
background-color: #FB866F;
}
.BgClassName
{
background-color: #FB866F;
}
</style>
border-color css
<style>
span { border-color: #FB866F; }
span { border-color: rgb(251,134,111); }
td.TdClassName
{
border-color: #FB866F;
}
.TagClassName
{
border-color: #FB866F;
}
</style>