Shades of Salmon #F98B7C
Tints of Salmon #F98B7C
RGB
CMYK
RGB Variations
Color information
#F98B7C (or 0xF98B7C) is known color: Salmon. HEX triplet: F9, 8B and 7C. RGB value is (249,139,124). Sum of RGB (Red+Green+Blue) = 249+139+124=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98B7C is #067483. Grayscale: #AAAAAA. Windows color (decimal): -423044 or 8162297. OLE color: 8162297.
HSL color Cylindrical-coordinate representation of color #F98B7C: hue angle of 7.2º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F98B7C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 124 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.02 |
| HSL | 7.2º | 0.91% | 0.73% | - |
| HSV(B) | 7.2º | 0.5% | 0.98% | - |
| XYZ | 51.94 | 40.06 | 24.06 | - |
| YUV | 170.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 124 | 0 | 0.44 | 0.50 | 0.02 | 7.2 | 0.91 | 0.73 |
| Hex | F9 | 8B | 7C | 0 | 2C | 32 | 2 | 7 | 5B | 49 |
| Octal | 371 | 213 | 174 | 0 | 54 | 62 | 2 | 7 | 133 | 111 |
| Binary | 11111001 | 10001011 | 1111100 | 0 | 101100 | 110010 | 10 | 111 | 1011011 | 1001001 |
Color Harmonies of #F98B7C
Complementary color
Monochromatic Colors of #F98B7C
Black with #F98B7C
Text Example
Text Example
White with #F98B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98B7C; }
p { color: rgb(249,139,124); }
H1.HeaderClassName
{
color: #F98B7C;
}
.AnyTagClassName
{
color: #F98B7C;
}
</style>
background-color css
<style>
a { background-color: #F98B7C; }
a { background-color: rgb(249,139,124); }
div.DivClassName
{
background-color: #F98B7C;
}
.BgClassName
{
background-color: #F98B7C;
}
</style>
border-color css
<style>
span { border-color: #F98B7C; }
span { border-color: rgb(249,139,124); }
td.TdClassName
{
border-color: #F98B7C;
}
.TagClassName
{
border-color: #F98B7C;
}
</style>