Shades of Salmon #FB8F72
Tints of Salmon #FB8F72
RGB
CMYK
RGB Variations
Color information
#FB8F72 (or 0xFB8F72) is known color: Salmon. HEX triplet: FB, 8F and 72. RGB value is (251,143,114). Sum of RGB (Red+Green+Blue) = 251+143+114=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F72 is #04708D. Grayscale: #ACACAC. Windows color (decimal): -290958 or 7507963. OLE color: 7507963.
HSL color Cylindrical-coordinate representation of color #FB8F72: hue angle of 12.7º 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 #FB8F72 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 114 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.02 |
| HSL | 12.7º | 0.94% | 0.72% | - |
| HSV(B) | 12.7º | 0.55% | 0.98% | - |
| XYZ | 52.64 | 41.37 | 21.13 | - |
| YUV | 171.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 114 | 0 | 0.43 | 0.55 | 0.02 | 12.7 | 0.94 | 0.72 |
| Hex | FB | 8F | 72 | 0 | 2B | 37 | 2 | D | 5E | 48 |
| Octal | 373 | 217 | 162 | 0 | 53 | 67 | 2 | 15 | 136 | 110 |
| Binary | 11111011 | 10001111 | 1110010 | 0 | 101011 | 110111 | 10 | 1101 | 1011110 | 1001000 |
Color Harmonies of #FB8F72
Complementary color
Monochromatic Colors of #FB8F72
Black with #FB8F72
Text Example
Text Example
White with #FB8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F72; }
p { color: rgb(251,143,114); }
H1.HeaderClassName
{
color: #FB8F72;
}
.AnyTagClassName
{
color: #FB8F72;
}
</style>
background-color css
<style>
a { background-color: #FB8F72; }
a { background-color: rgb(251,143,114); }
div.DivClassName
{
background-color: #FB8F72;
}
.BgClassName
{
background-color: #FB8F72;
}
</style>
border-color css
<style>
span { border-color: #FB8F72; }
span { border-color: rgb(251,143,114); }
td.TdClassName
{
border-color: #FB8F72;
}
.TagClassName
{
border-color: #FB8F72;
}
</style>