Shades of Salmon #F98C7A
Tints of Salmon #F98C7A
RGB
CMYK
RGB Variations
Color information
#F98C7A (or 0xF98C7A) is known color: Salmon. HEX triplet: F9, 8C and 7A. RGB value is (249,140,122). Sum of RGB (Red+Green+Blue) = 249+140+122=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C7A is #067385. Grayscale: #AAAAAA. Windows color (decimal): -422790 or 8031481. OLE color: 8031481.
HSL color Cylindrical-coordinate representation of color #F98C7A: hue angle of 8.5º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F98C7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 8.5º | 0.91% | 0.73% | - |
| HSV(B) | 8.5º | 0.51% | 0.98% | - |
| XYZ | 51.96 | 40.3 | 23.45 | - |
| YUV | 170.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 122 | 0 | 0.44 | 0.51 | 0.02 | 8.5 | 0.91 | 0.73 |
| Hex | F9 | 8C | 7A | 0 | 2C | 33 | 2 | 9 | 5B | 49 |
| Octal | 371 | 214 | 172 | 0 | 54 | 63 | 2 | 11 | 133 | 111 |
| Binary | 11111001 | 10001100 | 1111010 | 0 | 101100 | 110011 | 10 | 1001 | 1011011 | 1001001 |
Color Harmonies of #F98C7A
Complementary color
Monochromatic Colors of #F98C7A
Black with #F98C7A
Text Example
Text Example
White with #F98C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C7A; }
p { color: rgb(249,140,122); }
H1.HeaderClassName
{
color: #F98C7A;
}
.AnyTagClassName
{
color: #F98C7A;
}
</style>
background-color css
<style>
a { background-color: #F98C7A; }
a { background-color: rgb(249,140,122); }
div.DivClassName
{
background-color: #F98C7A;
}
.BgClassName
{
background-color: #F98C7A;
}
</style>
border-color css
<style>
span { border-color: #F98C7A; }
span { border-color: rgb(249,140,122); }
td.TdClassName
{
border-color: #F98C7A;
}
.TagClassName
{
border-color: #F98C7A;
}
</style>