Shades of Salmon #F98274
Tints of Salmon #F98274
RGB
CMYK
RGB Variations
Color information
#F98274 (or 0xF98274) is known color: Salmon. HEX triplet: F9, 82 and 74. RGB value is (249,130,116). Sum of RGB (Red+Green+Blue) = 249+130+116=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98274 is #067D8B. Grayscale: #A4A4A4. Windows color (decimal): -425356 or 7635705. OLE color: 7635705.
HSL color Cylindrical-coordinate representation of color #F98274: hue angle of 6.32º 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 #F98274 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 116 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.02 |
| HSL | 6.32º | 0.92% | 0.72% | - |
| HSV(B) | 6.32º | 0.53% | 0.98% | - |
| XYZ | 50.2 | 37.37 | 21.09 | - |
| YUV | 163.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 116 | 0 | 0.48 | 0.53 | 0.02 | 6.32 | 0.92 | 0.72 |
| Hex | F9 | 82 | 74 | 0 | 30 | 35 | 2 | 6 | 5C | 48 |
| Octal | 371 | 202 | 164 | 0 | 60 | 65 | 2 | 6 | 134 | 110 |
| Binary | 11111001 | 10000010 | 1110100 | 0 | 110000 | 110101 | 10 | 110 | 1011100 | 1001000 |
Color Harmonies of #F98274
Complementary color
Monochromatic Colors of #F98274
Black with #F98274
Text Example
Text Example
White with #F98274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98274; }
p { color: rgb(249,130,116); }
H1.HeaderClassName
{
color: #F98274;
}
.AnyTagClassName
{
color: #F98274;
}
</style>
background-color css
<style>
a { background-color: #F98274; }
a { background-color: rgb(249,130,116); }
div.DivClassName
{
background-color: #F98274;
}
.BgClassName
{
background-color: #F98274;
}
</style>
border-color css
<style>
span { border-color: #F98274; }
span { border-color: rgb(249,130,116); }
td.TdClassName
{
border-color: #F98274;
}
.TagClassName
{
border-color: #F98274;
}
</style>