Shades of Salmon #FB7672
Tints of Salmon #FB7672
RGB
CMYK
RGB Variations
Color information
#FB7672 (or 0xFB7672) is known color: Salmon. HEX triplet: FB, 76 and 72. RGB value is (251,118,114). Sum of RGB (Red+Green+Blue) = 251+118+114=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7672 is #04898D. Grayscale: #9D9D9D. Windows color (decimal): -297358 or 7501563. OLE color: 7501563.
HSL color Cylindrical-coordinate representation of color #FB7672: hue angle of 1.75º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7672 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 114 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.02 |
| HSL | 1.75º | 0.94% | 0.72% | - |
| HSV(B) | 1.75º | 0.55% | 0.98% | - |
| XYZ | 49.3 | 34.68 | 20.02 | - |
| YUV | 157.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 114 | 0 | 0.53 | 0.55 | 0.02 | 1.75 | 0.94 | 0.72 |
| Hex | FB | 76 | 72 | 0 | 35 | 37 | 2 | 2 | 5E | 48 |
| Octal | 373 | 166 | 162 | 0 | 65 | 67 | 2 | 2 | 136 | 110 |
| Binary | 11111011 | 1110110 | 1110010 | 0 | 110101 | 110111 | 10 | 10 | 1011110 | 1001000 |
Color Harmonies of #FB7672
Complementary color
Monochromatic Colors of #FB7672
Black with #FB7672
Text Example
Text Example
White with #FB7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7672; }
p { color: rgb(251,118,114); }
H1.HeaderClassName
{
color: #FB7672;
}
.AnyTagClassName
{
color: #FB7672;
}
</style>
background-color css
<style>
a { background-color: #FB7672; }
a { background-color: rgb(251,118,114); }
div.DivClassName
{
background-color: #FB7672;
}
.BgClassName
{
background-color: #FB7672;
}
</style>
border-color css
<style>
span { border-color: #FB7672; }
span { border-color: rgb(251,118,114); }
td.TdClassName
{
border-color: #FB7672;
}
.TagClassName
{
border-color: #FB7672;
}
</style>