Shades of Salmon #FB8464
Tints of Salmon #FB8464
RGB
CMYK
RGB Variations
Color information
#FB8464 (or 0xFB8464) is known color: Salmon. HEX triplet: FB, 84 and 64. RGB value is (251,132,100). Sum of RGB (Red+Green+Blue) = 251+132+100=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8464 is #047B9B. Grayscale: #A4A4A4. Windows color (decimal): -293788 or 6587643. OLE color: 6587643.
HSL color Cylindrical-coordinate representation of color #FB8464: hue angle of 12.72º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB8464 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 100 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.02 |
| HSL | 12.72º | 0.95% | 0.69% | - |
| HSV(B) | 12.72º | 0.6% | 0.98% | - |
| XYZ | 50.34 | 37.93 | 16.73 | - |
| YUV | 163.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 100 | 0 | 0.47 | 0.60 | 0.02 | 12.72 | 0.95 | 0.69 |
| Hex | FB | 84 | 64 | 0 | 2F | 3C | 2 | D | 5F | 45 |
| Octal | 373 | 204 | 144 | 0 | 57 | 74 | 2 | 15 | 137 | 105 |
| Binary | 11111011 | 10000100 | 1100100 | 0 | 101111 | 111100 | 10 | 1101 | 1011111 | 1000101 |
Color Harmonies of #FB8464
Complementary color
Monochromatic Colors of #FB8464
Black with #FB8464
Text Example
Text Example
White with #FB8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8464; }
p { color: rgb(251,132,100); }
H1.HeaderClassName
{
color: #FB8464;
}
.AnyTagClassName
{
color: #FB8464;
}
</style>
background-color css
<style>
a { background-color: #FB8464; }
a { background-color: rgb(251,132,100); }
div.DivClassName
{
background-color: #FB8464;
}
.BgClassName
{
background-color: #FB8464;
}
</style>
border-color css
<style>
span { border-color: #FB8464; }
span { border-color: rgb(251,132,100); }
td.TdClassName
{
border-color: #FB8464;
}
.TagClassName
{
border-color: #FB8464;
}
</style>