Shades of Salmon #FB8A68
Tints of Salmon #FB8A68
RGB
CMYK
RGB Variations
Color information
#FB8A68 (or 0xFB8A68) is known color: Salmon. HEX triplet: FB, 8A and 68. RGB value is (251,138,104). Sum of RGB (Red+Green+Blue) = 251+138+104=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A68 is #047597. Grayscale: #A8A8A8. Windows color (decimal): -292248 or 6851323. OLE color: 6851323.
HSL color Cylindrical-coordinate representation of color #FB8A68: hue angle of 13.88º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB8A68 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 104 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.02 |
| HSL | 13.88º | 0.95% | 0.7% | - |
| HSV(B) | 13.88º | 0.59% | 0.98% | - |
| XYZ | 51.37 | 39.69 | 18.05 | - |
| YUV | 167.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 104 | 0 | 0.45 | 0.59 | 0.02 | 13.88 | 0.95 | 0.7 |
| Hex | FB | 8A | 68 | 0 | 2D | 3B | 2 | E | 5F | 46 |
| Octal | 373 | 212 | 150 | 0 | 55 | 73 | 2 | 16 | 137 | 106 |
| Binary | 11111011 | 10001010 | 1101000 | 0 | 101101 | 111011 | 10 | 1110 | 1011111 | 1000110 |
Color Harmonies of #FB8A68
Complementary color
Monochromatic Colors of #FB8A68
Black with #FB8A68
Text Example
Text Example
White with #FB8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A68; }
p { color: rgb(251,138,104); }
H1.HeaderClassName
{
color: #FB8A68;
}
.AnyTagClassName
{
color: #FB8A68;
}
</style>
background-color css
<style>
a { background-color: #FB8A68; }
a { background-color: rgb(251,138,104); }
div.DivClassName
{
background-color: #FB8A68;
}
.BgClassName
{
background-color: #FB8A68;
}
</style>
border-color css
<style>
span { border-color: #FB8A68; }
span { border-color: rgb(251,138,104); }
td.TdClassName
{
border-color: #FB8A68;
}
.TagClassName
{
border-color: #FB8A68;
}
</style>