Shades of Light Salmon #F89675
Tints of Light Salmon #F89675
RGB
CMYK
RGB Variations
Color information
#F89675 (or 0xF89675) is known color: Light Salmon. HEX triplet: F8, 96 and 75. RGB value is (248,150,117). Sum of RGB (Red+Green+Blue) = 248+150+117=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89675 is #07698A. Grayscale: #AFAFAF. Windows color (decimal): -485771 or 7706360. OLE color: 7706360.
HSL color Cylindrical-coordinate representation of color #F89675: hue angle of 15.11º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89675 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 117 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.03 |
| HSL | 15.11º | 0.9% | 0.72% | - |
| HSV(B) | 15.11º | 0.53% | 0.97% | - |
| XYZ | 52.83 | 43.05 | 22.36 | - |
| YUV | 175.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 117 | 0 | 0.40 | 0.53 | 0.03 | 15.11 | 0.9 | 0.72 |
| Hex | F8 | 96 | 75 | 0 | 28 | 35 | 3 | F | 5A | 48 |
| Octal | 370 | 226 | 165 | 0 | 50 | 65 | 3 | 17 | 132 | 110 |
| Binary | 11111000 | 10010110 | 1110101 | 0 | 101000 | 110101 | 11 | 1111 | 1011010 | 1001000 |
Color Harmonies of #F89675
Complementary color
Monochromatic Colors of #F89675
Black with #F89675
Text Example
Text Example
White with #F89675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89675; }
p { color: rgb(248,150,117); }
H1.HeaderClassName
{
color: #F89675;
}
.AnyTagClassName
{
color: #F89675;
}
</style>
background-color css
<style>
a { background-color: #F89675; }
a { background-color: rgb(248,150,117); }
div.DivClassName
{
background-color: #F89675;
}
.BgClassName
{
background-color: #F89675;
}
</style>
border-color css
<style>
span { border-color: #F89675; }
span { border-color: rgb(248,150,117); }
td.TdClassName
{
border-color: #F89675;
}
.TagClassName
{
border-color: #F89675;
}
</style>