Shades of Salmon #F9756F
Tints of Salmon #F9756F
RGB
CMYK
RGB Variations
Color information
#F9756F (or 0xF9756F) is known color: Salmon. HEX triplet: F9, 75 and 6F. RGB value is (249,117,111). Sum of RGB (Red+Green+Blue) = 249+117+111=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9756F is #068A90. Grayscale: #9B9B9B. Windows color (decimal): -428689 or 7304697. OLE color: 7304697.
HSL color Cylindrical-coordinate representation of color #F9756F: hue angle of 2.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9756F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.02 |
| HSL | 2.61º | 0.92% | 0.71% | - |
| HSV(B) | 2.61º | 0.55% | 0.98% | - |
| XYZ | 48.3 | 34.01 | 19.06 | - |
| YUV | 155.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 111 | 0 | 0.53 | 0.55 | 0.02 | 2.61 | 0.92 | 0.71 |
| Hex | F9 | 75 | 6F | 0 | 35 | 37 | 2 | 3 | 5C | 47 |
| Octal | 371 | 165 | 157 | 0 | 65 | 67 | 2 | 3 | 134 | 107 |
| Binary | 11111001 | 1110101 | 1101111 | 0 | 110101 | 110111 | 10 | 11 | 1011100 | 1000111 |
Color Harmonies of #F9756F
Complementary color
Monochromatic Colors of #F9756F
Black with #F9756F
Text Example
Text Example
White with #F9756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9756F; }
p { color: rgb(249,117,111); }
H1.HeaderClassName
{
color: #F9756F;
}
.AnyTagClassName
{
color: #F9756F;
}
</style>
background-color css
<style>
a { background-color: #F9756F; }
a { background-color: rgb(249,117,111); }
div.DivClassName
{
background-color: #F9756F;
}
.BgClassName
{
background-color: #F9756F;
}
</style>
border-color css
<style>
span { border-color: #F9756F; }
span { border-color: rgb(249,117,111); }
td.TdClassName
{
border-color: #F9756F;
}
.TagClassName
{
border-color: #F9756F;
}
</style>