Shades of Salmon #FA756B
Tints of Salmon #FA756B
RGB
CMYK
RGB Variations
Color information
#FA756B (or 0xFA756B) is known color: Salmon. HEX triplet: FA, 75 and 6B. RGB value is (250,117,107). Sum of RGB (Red+Green+Blue) = 250+117+107=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA756B is #058A94. Grayscale: #9B9B9B. Windows color (decimal): -363157 or 7042554. OLE color: 7042554.
HSL color Cylindrical-coordinate representation of color #FA756B: hue angle of 4.2º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA756B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 107 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.02 |
| HSL | 4.2º | 0.93% | 0.7% | - |
| HSV(B) | 4.2º | 0.57% | 0.98% | - |
| XYZ | 48.44 | 34.11 | 17.94 | - |
| YUV | 155.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 107 | 0 | 0.53 | 0.57 | 0.02 | 4.2 | 0.93 | 0.7 |
| Hex | FA | 75 | 6B | 0 | 35 | 39 | 2 | 4 | 5D | 46 |
| Octal | 372 | 165 | 153 | 0 | 65 | 71 | 2 | 4 | 135 | 106 |
| Binary | 11111010 | 1110101 | 1101011 | 0 | 110101 | 111001 | 10 | 100 | 1011101 | 1000110 |
Color Harmonies of #FA756B
Complementary color
Monochromatic Colors of #FA756B
Black with #FA756B
Text Example
Text Example
White with #FA756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA756B; }
p { color: rgb(250,117,107); }
H1.HeaderClassName
{
color: #FA756B;
}
.AnyTagClassName
{
color: #FA756B;
}
</style>
background-color css
<style>
a { background-color: #FA756B; }
a { background-color: rgb(250,117,107); }
div.DivClassName
{
background-color: #FA756B;
}
.BgClassName
{
background-color: #FA756B;
}
</style>
border-color css
<style>
span { border-color: #FA756B; }
span { border-color: rgb(250,117,107); }
td.TdClassName
{
border-color: #FA756B;
}
.TagClassName
{
border-color: #FA756B;
}
</style>