Shades of Salmon #FB7673
Tints of Salmon #FB7673
RGB
CMYK
RGB Variations
Color information
#FB7673 (or 0xFB7673) is known color: Salmon. HEX triplet: FB, 76 and 73. RGB value is (251,118,115). Sum of RGB (Red+Green+Blue) = 251+118+115=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7673 is #04898C. Grayscale: #9D9D9D. Windows color (decimal): -297357 or 7567099. OLE color: 7567099.
HSL color Cylindrical-coordinate representation of color #FB7673: hue angle of 1.32º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB7673 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 115 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.02 |
| HSL | 1.32º | 0.94% | 0.72% | - |
| HSV(B) | 1.32º | 0.54% | 0.98% | - |
| XYZ | 49.36 | 34.7 | 20.32 | - |
| YUV | 157.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 115 | 0 | 0.53 | 0.54 | 0.02 | 1.32 | 0.94 | 0.72 |
| Hex | FB | 76 | 73 | 0 | 35 | 36 | 2 | 1 | 5E | 48 |
| Octal | 373 | 166 | 163 | 0 | 65 | 66 | 2 | 1 | 136 | 110 |
| Binary | 11111011 | 1110110 | 1110011 | 0 | 110101 | 110110 | 10 | 1 | 1011110 | 1001000 |
Color Harmonies of #FB7673
Complementary color
Monochromatic Colors of #FB7673
Black with #FB7673
Text Example
Text Example
White with #FB7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7673; }
p { color: rgb(251,118,115); }
H1.HeaderClassName
{
color: #FB7673;
}
.AnyTagClassName
{
color: #FB7673;
}
</style>
background-color css
<style>
a { background-color: #FB7673; }
a { background-color: rgb(251,118,115); }
div.DivClassName
{
background-color: #FB7673;
}
.BgClassName
{
background-color: #FB7673;
}
</style>
border-color css
<style>
span { border-color: #FB7673; }
span { border-color: rgb(251,118,115); }
td.TdClassName
{
border-color: #FB7673;
}
.TagClassName
{
border-color: #FB7673;
}
</style>