Shades of Salmon #F98A78
Tints of Salmon #F98A78
RGB
CMYK
RGB Variations
Color information
#F98A78 (or 0xF98A78) is known color: Salmon. HEX triplet: F9, 8A and 78. RGB value is (249,138,120). Sum of RGB (Red+Green+Blue) = 249+138+120=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A78 is #067587. Grayscale: #A9A9A9. Windows color (decimal): -423304 or 7899897. OLE color: 7899897.
HSL color Cylindrical-coordinate representation of color #F98A78: hue angle of 8.37º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F98A78 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 120 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.02 |
| HSL | 8.37º | 0.91% | 0.72% | - |
| HSV(B) | 8.37º | 0.52% | 0.98% | - |
| XYZ | 51.55 | 39.67 | 22.71 | - |
| YUV | 169.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 120 | 0 | 0.45 | 0.52 | 0.02 | 8.37 | 0.91 | 0.72 |
| Hex | F9 | 8A | 78 | 0 | 2D | 34 | 2 | 8 | 5B | 48 |
| Octal | 371 | 212 | 170 | 0 | 55 | 64 | 2 | 10 | 133 | 110 |
| Binary | 11111001 | 10001010 | 1111000 | 0 | 101101 | 110100 | 10 | 1000 | 1011011 | 1001000 |
Color Harmonies of #F98A78
Complementary color
Monochromatic Colors of #F98A78
Black with #F98A78
Text Example
Text Example
White with #F98A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A78; }
p { color: rgb(249,138,120); }
H1.HeaderClassName
{
color: #F98A78;
}
.AnyTagClassName
{
color: #F98A78;
}
</style>
background-color css
<style>
a { background-color: #F98A78; }
a { background-color: rgb(249,138,120); }
div.DivClassName
{
background-color: #F98A78;
}
.BgClassName
{
background-color: #F98A78;
}
</style>
border-color css
<style>
span { border-color: #F98A78; }
span { border-color: rgb(249,138,120); }
td.TdClassName
{
border-color: #F98A78;
}
.TagClassName
{
border-color: #F98A78;
}
</style>