Shades of Light Salmon #F89574
Tints of Light Salmon #F89574
RGB
CMYK
RGB Variations
Color information
#F89574 (or 0xF89574) is known color: Light Salmon. HEX triplet: F8, 95 and 74. RGB value is (248,149,116). Sum of RGB (Red+Green+Blue) = 248+149+116=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F89574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89574 is #076A8B. Grayscale: #AFAFAF. Windows color (decimal): -486028 or 7640568. OLE color: 7640568.
HSL color Cylindrical-coordinate representation of color #F89574: hue angle of 15º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89574 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 116 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.03 |
| HSL | 15º | 0.9% | 0.71% | - |
| HSV(B) | 15º | 0.53% | 0.97% | - |
| XYZ | 52.61 | 42.71 | 21.99 | - |
| YUV | 174.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 116 | 0 | 0.40 | 0.53 | 0.03 | 15 | 0.9 | 0.71 |
| Hex | F8 | 95 | 74 | 0 | 28 | 35 | 3 | F | 5A | 47 |
| Octal | 370 | 225 | 164 | 0 | 50 | 65 | 3 | 17 | 132 | 107 |
| Binary | 11111000 | 10010101 | 1110100 | 0 | 101000 | 110101 | 11 | 1111 | 1011010 | 1000111 |
Color Harmonies of #F89574
Complementary color
Monochromatic Colors of #F89574
Black with #F89574
Text Example
Text Example
White with #F89574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89574; }
p { color: rgb(248,149,116); }
H1.HeaderClassName
{
color: #F89574;
}
.AnyTagClassName
{
color: #F89574;
}
</style>
background-color css
<style>
a { background-color: #F89574; }
a { background-color: rgb(248,149,116); }
div.DivClassName
{
background-color: #F89574;
}
.BgClassName
{
background-color: #F89574;
}
</style>
border-color css
<style>
span { border-color: #F89574; }
span { border-color: rgb(248,149,116); }
td.TdClassName
{
border-color: #F89574;
}
.TagClassName
{
border-color: #F89574;
}
</style>