Shades of Salmon #FB8C70
Tints of Salmon #FB8C70
RGB
CMYK
RGB Variations
Color information
#FB8C70 (or 0xFB8C70) is known color: Salmon. HEX triplet: FB, 8C and 70. RGB value is (251,140,112). Sum of RGB (Red+Green+Blue) = 251+140+112=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C70 is #04738F. Grayscale: #AAAAAA. Windows color (decimal): -291728 or 7376123. OLE color: 7376123.
HSL color Cylindrical-coordinate representation of color #FB8C70: hue angle of 12.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB8C70 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 112 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.02 |
| HSL | 12.09º | 0.95% | 0.71% | - |
| HSV(B) | 12.09º | 0.55% | 0.98% | - |
| XYZ | 52.09 | 40.44 | 20.39 | - |
| YUV | 170 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 112 | 0 | 0.44 | 0.55 | 0.02 | 12.09 | 0.95 | 0.71 |
| Hex | FB | 8C | 70 | 0 | 2C | 37 | 2 | C | 5F | 47 |
| Octal | 373 | 214 | 160 | 0 | 54 | 67 | 2 | 14 | 137 | 107 |
| Binary | 11111011 | 10001100 | 1110000 | 0 | 101100 | 110111 | 10 | 1100 | 1011111 | 1000111 |
Color Harmonies of #FB8C70
Complementary color
Monochromatic Colors of #FB8C70
Black with #FB8C70
Text Example
Text Example
White with #FB8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C70; }
p { color: rgb(251,140,112); }
H1.HeaderClassName
{
color: #FB8C70;
}
.AnyTagClassName
{
color: #FB8C70;
}
</style>
background-color css
<style>
a { background-color: #FB8C70; }
a { background-color: rgb(251,140,112); }
div.DivClassName
{
background-color: #FB8C70;
}
.BgClassName
{
background-color: #FB8C70;
}
</style>
border-color css
<style>
span { border-color: #FB8C70; }
span { border-color: rgb(251,140,112); }
td.TdClassName
{
border-color: #FB8C70;
}
.TagClassName
{
border-color: #FB8C70;
}
</style>