Shades of Salmon #FB8078
Tints of Salmon #FB8078
RGB
CMYK
RGB Variations
Color information
#FB8078 (or 0xFB8078) is known color: Salmon. HEX triplet: FB, 80 and 78. RGB value is (251,128,120). Sum of RGB (Red+Green+Blue) = 251+128+120=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8078 is #047F87. Grayscale: #A4A4A4. Windows color (decimal): -294792 or 7897339. OLE color: 7897339.
HSL color Cylindrical-coordinate representation of color #FB8078: hue angle of 3.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB8078 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 120 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.02 |
| HSL | 3.66º | 0.94% | 0.73% | - |
| HSV(B) | 3.66º | 0.52% | 0.98% | - |
| XYZ | 50.89 | 37.3 | 22.29 | - |
| YUV | 163.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 120 | 0 | 0.49 | 0.52 | 0.02 | 3.66 | 0.94 | 0.73 |
| Hex | FB | 80 | 78 | 0 | 31 | 34 | 2 | 4 | 5E | 49 |
| Octal | 373 | 200 | 170 | 0 | 61 | 64 | 2 | 4 | 136 | 111 |
| Binary | 11111011 | 10000000 | 1111000 | 0 | 110001 | 110100 | 10 | 100 | 1011110 | 1001001 |
Color Harmonies of #FB8078
Complementary color
Monochromatic Colors of #FB8078
Black with #FB8078
Text Example
Text Example
White with #FB8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8078; }
p { color: rgb(251,128,120); }
H1.HeaderClassName
{
color: #FB8078;
}
.AnyTagClassName
{
color: #FB8078;
}
</style>
background-color css
<style>
a { background-color: #FB8078; }
a { background-color: rgb(251,128,120); }
div.DivClassName
{
background-color: #FB8078;
}
.BgClassName
{
background-color: #FB8078;
}
</style>
border-color css
<style>
span { border-color: #FB8078; }
span { border-color: rgb(251,128,120); }
td.TdClassName
{
border-color: #FB8078;
}
.TagClassName
{
border-color: #FB8078;
}
</style>