Shades of Light Salmon #F89975
Tints of Light Salmon #F89975
RGB
CMYK
RGB Variations
Color information
#F89975 (or 0xF89975) is known color: Light Salmon. HEX triplet: F8, 99 and 75. RGB value is (248,153,117). Sum of RGB (Red+Green+Blue) = 248+153+117=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F89975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89975 is #07668A. Grayscale: #B1B1B1. Windows color (decimal): -485003 or 7707128. OLE color: 7707128.
HSL color Cylindrical-coordinate representation of color #F89975: hue angle of 16.49º 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 #F89975 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 117 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.03 |
| HSL | 16.49º | 0.9% | 0.72% | - |
| HSV(B) | 16.49º | 0.53% | 0.97% | - |
| XYZ | 53.31 | 44.02 | 22.52 | - |
| YUV | 177.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 117 | 0 | 0.38 | 0.53 | 0.03 | 16.49 | 0.9 | 0.72 |
| Hex | F8 | 99 | 75 | 0 | 26 | 35 | 3 | 10 | 5A | 48 |
| Octal | 370 | 231 | 165 | 0 | 46 | 65 | 3 | 20 | 132 | 110 |
| Binary | 11111000 | 10011001 | 1110101 | 0 | 100110 | 110101 | 11 | 10000 | 1011010 | 1001000 |
Color Harmonies of #F89975
Complementary color
Monochromatic Colors of #F89975
Black with #F89975
Text Example
Text Example
White with #F89975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89975; }
p { color: rgb(248,153,117); }
H1.HeaderClassName
{
color: #F89975;
}
.AnyTagClassName
{
color: #F89975;
}
</style>
background-color css
<style>
a { background-color: #F89975; }
a { background-color: rgb(248,153,117); }
div.DivClassName
{
background-color: #F89975;
}
.BgClassName
{
background-color: #F89975;
}
</style>
border-color css
<style>
span { border-color: #F89975; }
span { border-color: rgb(248,153,117); }
td.TdClassName
{
border-color: #F89975;
}
.TagClassName
{
border-color: #F89975;
}
</style>