Shades of Salmon #FB8466
Tints of Salmon #FB8466
RGB
CMYK
RGB Variations
Color information
#FB8466 (or 0xFB8466) is known color: Salmon. HEX triplet: FB, 84 and 66. RGB value is (251,132,102). Sum of RGB (Red+Green+Blue) = 251+132+102=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8466 is #047B99. Grayscale: #A4A4A4. Windows color (decimal): -293786 or 6718715. OLE color: 6718715.
HSL color Cylindrical-coordinate representation of color #FB8466: hue angle of 12.08º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB8466 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 102 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 12.08º | 0.95% | 0.69% | - |
| HSV(B) | 12.08º | 0.59% | 0.98% | - |
| XYZ | 50.43 | 37.97 | 17.24 | - |
| YUV | 164.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 102 | 0 | 0.47 | 0.59 | 0.02 | 12.08 | 0.95 | 0.69 |
| Hex | FB | 84 | 66 | 0 | 2F | 3B | 2 | C | 5F | 45 |
| Octal | 373 | 204 | 146 | 0 | 57 | 73 | 2 | 14 | 137 | 105 |
| Binary | 11111011 | 10000100 | 1100110 | 0 | 101111 | 111011 | 10 | 1100 | 1011111 | 1000101 |
Color Harmonies of #FB8466
Complementary color
Monochromatic Colors of #FB8466
Black with #FB8466
Text Example
Text Example
White with #FB8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8466; }
p { color: rgb(251,132,102); }
H1.HeaderClassName
{
color: #FB8466;
}
.AnyTagClassName
{
color: #FB8466;
}
</style>
background-color css
<style>
a { background-color: #FB8466; }
a { background-color: rgb(251,132,102); }
div.DivClassName
{
background-color: #FB8466;
}
.BgClassName
{
background-color: #FB8466;
}
</style>
border-color css
<style>
span { border-color: #FB8466; }
span { border-color: rgb(251,132,102); }
td.TdClassName
{
border-color: #FB8466;
}
.TagClassName
{
border-color: #FB8466;
}
</style>