Shades of Salmon #F98A74
Tints of Salmon #F98A74
RGB
CMYK
RGB Variations
Color information
#F98A74 (or 0xF98A74) is known color: Salmon. HEX triplet: F9, 8A and 74. RGB value is (249,138,116). Sum of RGB (Red+Green+Blue) = 249+138+116=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A74 is #06758B. Grayscale: #A8A8A8. Windows color (decimal): -423308 or 7637753. OLE color: 7637753.
HSL color Cylindrical-coordinate representation of color #F98A74: hue angle of 9.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F98A74 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 116 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.02 |
| HSL | 9.92º | 0.92% | 0.72% | - |
| HSV(B) | 9.92º | 0.53% | 0.98% | - |
| XYZ | 51.31 | 39.58 | 21.46 | - |
| YUV | 168.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 116 | 0 | 0.45 | 0.53 | 0.02 | 9.92 | 0.92 | 0.72 |
| Hex | F9 | 8A | 74 | 0 | 2D | 35 | 2 | A | 5C | 48 |
| Octal | 371 | 212 | 164 | 0 | 55 | 65 | 2 | 12 | 134 | 110 |
| Binary | 11111001 | 10001010 | 1110100 | 0 | 101101 | 110101 | 10 | 1010 | 1011100 | 1001000 |
Color Harmonies of #F98A74
Complementary color
Monochromatic Colors of #F98A74
Black with #F98A74
Text Example
Text Example
White with #F98A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A74; }
p { color: rgb(249,138,116); }
H1.HeaderClassName
{
color: #F98A74;
}
.AnyTagClassName
{
color: #F98A74;
}
</style>
background-color css
<style>
a { background-color: #F98A74; }
a { background-color: rgb(249,138,116); }
div.DivClassName
{
background-color: #F98A74;
}
.BgClassName
{
background-color: #F98A74;
}
</style>
border-color css
<style>
span { border-color: #F98A74; }
span { border-color: rgb(249,138,116); }
td.TdClassName
{
border-color: #F98A74;
}
.TagClassName
{
border-color: #F98A74;
}
</style>