Shades of Salmon #FB806E
Tints of Salmon #FB806E
RGB
CMYK
RGB Variations
Color information
#FB806E (or 0xFB806E) is known color: Salmon. HEX triplet: FB, 80 and 6E. RGB value is (251,128,110). Sum of RGB (Red+Green+Blue) = 251+128+110=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB806E is #047F91. Grayscale: #A2A2A2. Windows color (decimal): -294802 or 7241979. OLE color: 7241979.
HSL color Cylindrical-coordinate representation of color #FB806E: hue angle of 7.66º 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 #FB806E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 110 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.02 |
| HSL | 7.66º | 0.95% | 0.71% | - |
| HSV(B) | 7.66º | 0.56% | 0.98% | - |
| XYZ | 50.32 | 37.07 | 19.26 | - |
| YUV | 162.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 110 | 0 | 0.49 | 0.56 | 0.02 | 7.66 | 0.95 | 0.71 |
| Hex | FB | 80 | 6E | 0 | 31 | 38 | 2 | 8 | 5F | 47 |
| Octal | 373 | 200 | 156 | 0 | 61 | 70 | 2 | 10 | 137 | 107 |
| Binary | 11111011 | 10000000 | 1101110 | 0 | 110001 | 111000 | 10 | 1000 | 1011111 | 1000111 |
Color Harmonies of #FB806E
Complementary color
Monochromatic Colors of #FB806E
Black with #FB806E
Text Example
Text Example
White with #FB806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB806E; }
p { color: rgb(251,128,110); }
H1.HeaderClassName
{
color: #FB806E;
}
.AnyTagClassName
{
color: #FB806E;
}
</style>
background-color css
<style>
a { background-color: #FB806E; }
a { background-color: rgb(251,128,110); }
div.DivClassName
{
background-color: #FB806E;
}
.BgClassName
{
background-color: #FB806E;
}
</style>
border-color css
<style>
span { border-color: #FB806E; }
span { border-color: rgb(251,128,110); }
td.TdClassName
{
border-color: #FB806E;
}
.TagClassName
{
border-color: #FB806E;
}
</style>