Shades of Salmon #FB8266
Tints of Salmon #FB8266
RGB
CMYK
RGB Variations
Color information
#FB8266 (or 0xFB8266) is known color: Salmon. HEX triplet: FB, 82 and 66. RGB value is (251,130,102). Sum of RGB (Red+Green+Blue) = 251+130+102=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8266 is #047D99. Grayscale: #A3A3A3. Windows color (decimal): -294298 or 6718203. OLE color: 6718203.
HSL color Cylindrical-coordinate representation of color #FB8266: hue angle of 11.28º 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 #FB8266 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 102 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.02 |
| HSL | 11.28º | 0.95% | 0.69% | - |
| HSV(B) | 11.28º | 0.59% | 0.98% | - |
| XYZ | 50.16 | 37.43 | 17.15 | - |
| YUV | 162.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 102 | 0 | 0.48 | 0.59 | 0.02 | 11.28 | 0.95 | 0.69 |
| Hex | FB | 82 | 66 | 0 | 30 | 3B | 2 | B | 5F | 45 |
| Octal | 373 | 202 | 146 | 0 | 60 | 73 | 2 | 13 | 137 | 105 |
| Binary | 11111011 | 10000010 | 1100110 | 0 | 110000 | 111011 | 10 | 1011 | 1011111 | 1000101 |
Color Harmonies of #FB8266
Complementary color
Monochromatic Colors of #FB8266
Black with #FB8266
Text Example
Text Example
White with #FB8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8266; }
p { color: rgb(251,130,102); }
H1.HeaderClassName
{
color: #FB8266;
}
.AnyTagClassName
{
color: #FB8266;
}
</style>
background-color css
<style>
a { background-color: #FB8266; }
a { background-color: rgb(251,130,102); }
div.DivClassName
{
background-color: #FB8266;
}
.BgClassName
{
background-color: #FB8266;
}
</style>
border-color css
<style>
span { border-color: #FB8266; }
span { border-color: rgb(251,130,102); }
td.TdClassName
{
border-color: #FB8266;
}
.TagClassName
{
border-color: #FB8266;
}
</style>