Shades of Salmon #FB8472
Tints of Salmon #FB8472
RGB
CMYK
RGB Variations
Color information
#FB8472 (or 0xFB8472) is known color: Salmon. HEX triplet: FB, 84 and 72. RGB value is (251,132,114). Sum of RGB (Red+Green+Blue) = 251+132+114=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8472 is #047B8D. Grayscale: #A5A5A5. Windows color (decimal): -293774 or 7505147. OLE color: 7505147.
HSL color Cylindrical-coordinate representation of color #FB8472: hue angle of 7.88º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8472 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 114 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.02 |
| HSL | 7.88º | 0.94% | 0.72% | - |
| HSV(B) | 7.88º | 0.55% | 0.98% | - |
| XYZ | 51.07 | 38.23 | 20.61 | - |
| YUV | 165.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 114 | 0 | 0.47 | 0.55 | 0.02 | 7.88 | 0.94 | 0.72 |
| Hex | FB | 84 | 72 | 0 | 2F | 37 | 2 | 8 | 5E | 48 |
| Octal | 373 | 204 | 162 | 0 | 57 | 67 | 2 | 10 | 136 | 110 |
| Binary | 11111011 | 10000100 | 1110010 | 0 | 101111 | 110111 | 10 | 1000 | 1011110 | 1001000 |
Color Harmonies of #FB8472
Complementary color
Monochromatic Colors of #FB8472
Black with #FB8472
Text Example
Text Example
White with #FB8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8472; }
p { color: rgb(251,132,114); }
H1.HeaderClassName
{
color: #FB8472;
}
.AnyTagClassName
{
color: #FB8472;
}
</style>
background-color css
<style>
a { background-color: #FB8472; }
a { background-color: rgb(251,132,114); }
div.DivClassName
{
background-color: #FB8472;
}
.BgClassName
{
background-color: #FB8472;
}
</style>
border-color css
<style>
span { border-color: #FB8472; }
span { border-color: rgb(251,132,114); }
td.TdClassName
{
border-color: #FB8472;
}
.TagClassName
{
border-color: #FB8472;
}
</style>