Shades of Salmon #FB7674
Tints of Salmon #FB7674
RGB
CMYK
RGB Variations
Color information
#FB7674 (or 0xFB7674) is known color: Salmon. HEX triplet: FB, 76 and 74. RGB value is (251,118,116). Sum of RGB (Red+Green+Blue) = 251+118+116=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7674 is #04898B. Grayscale: #9D9D9D. Windows color (decimal): -297356 or 7632635. OLE color: 7632635.
HSL color Cylindrical-coordinate representation of color #FB7674: hue angle of 0.89º 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 #FB7674 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 116 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.02 |
| HSL | 0.89º | 0.94% | 0.72% | - |
| HSV(B) | 0.89º | 0.54% | 0.98% | - |
| XYZ | 49.41 | 34.73 | 20.62 | - |
| YUV | 157.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 116 | 0 | 0.53 | 0.54 | 0.02 | 0.89 | 0.94 | 0.72 |
| Hex | FB | 76 | 74 | 0 | 35 | 36 | 2 | 1 | 5E | 48 |
| Octal | 373 | 166 | 164 | 0 | 65 | 66 | 2 | 1 | 136 | 110 |
| Binary | 11111011 | 1110110 | 1110100 | 0 | 110101 | 110110 | 10 | 1 | 1011110 | 1001000 |
Color Harmonies of #FB7674
Complementary color
Monochromatic Colors of #FB7674
Black with #FB7674
Text Example
Text Example
White with #FB7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7674; }
p { color: rgb(251,118,116); }
H1.HeaderClassName
{
color: #FB7674;
}
.AnyTagClassName
{
color: #FB7674;
}
</style>
background-color css
<style>
a { background-color: #FB7674; }
a { background-color: rgb(251,118,116); }
div.DivClassName
{
background-color: #FB7674;
}
.BgClassName
{
background-color: #FB7674;
}
</style>
border-color css
<style>
span { border-color: #FB7674; }
span { border-color: rgb(251,118,116); }
td.TdClassName
{
border-color: #FB7674;
}
.TagClassName
{
border-color: #FB7674;
}
</style>