Shades of Salmon #FB756A
Tints of Salmon #FB756A
RGB
CMYK
RGB Variations
Color information
#FB756A (or 0xFB756A) is known color: Salmon. HEX triplet: FB, 75 and 6A. RGB value is (251,117,106). Sum of RGB (Red+Green+Blue) = 251+117+106=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB756A is #048A95. Grayscale: #9B9B9B. Windows color (decimal): -297622 or 6977019. OLE color: 6977019.
HSL color Cylindrical-coordinate representation of color #FB756A: hue angle of 4.55º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB756A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 117 | 106 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.02 |
| HSL | 4.55º | 0.95% | 0.7% | - |
| HSV(B) | 4.55º | 0.58% | 0.98% | - |
| XYZ | 48.75 | 34.27 | 17.68 | - |
| YUV | 155.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 117 | 106 | 0 | 0.53 | 0.58 | 0.02 | 4.55 | 0.95 | 0.7 |
| Hex | FB | 75 | 6A | 0 | 35 | 3A | 2 | 5 | 5F | 46 |
| Octal | 373 | 165 | 152 | 0 | 65 | 72 | 2 | 5 | 137 | 106 |
| Binary | 11111011 | 1110101 | 1101010 | 0 | 110101 | 111010 | 10 | 101 | 1011111 | 1000110 |
Color Harmonies of #FB756A
Complementary color
Monochromatic Colors of #FB756A
Black with #FB756A
Text Example
Text Example
White with #FB756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB756A; }
p { color: rgb(251,117,106); }
H1.HeaderClassName
{
color: #FB756A;
}
.AnyTagClassName
{
color: #FB756A;
}
</style>
background-color css
<style>
a { background-color: #FB756A; }
a { background-color: rgb(251,117,106); }
div.DivClassName
{
background-color: #FB756A;
}
.BgClassName
{
background-color: #FB756A;
}
</style>
border-color css
<style>
span { border-color: #FB756A; }
span { border-color: rgb(251,117,106); }
td.TdClassName
{
border-color: #FB756A;
}
.TagClassName
{
border-color: #FB756A;
}
</style>