Shades of Light Salmon #F89F7B
Tints of Light Salmon #F89F7B
RGB
CMYK
RGB Variations
Color information
#F89F7B (or 0xF89F7B) is known color: Light Salmon. HEX triplet: F8, 9F and 7B. RGB value is (248,159,123). Sum of RGB (Red+Green+Blue) = 248+159+123=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F7B is #076084. Grayscale: #B5B5B5. Windows color (decimal): -483461 or 8101880. OLE color: 8101880.
HSL color Cylindrical-coordinate representation of color #F89F7B: hue angle of 17.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89F7B is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 123 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.03 |
| HSL | 17.28º | 0.9% | 0.73% | - |
| HSV(B) | 17.28º | 0.5% | 0.97% | - |
| XYZ | 54.68 | 46.18 | 24.77 | - |
| YUV | 181.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 123 | 0 | 0.36 | 0.50 | 0.03 | 17.28 | 0.9 | 0.73 |
| Hex | F8 | 9F | 7B | 0 | 24 | 32 | 3 | 11 | 5A | 49 |
| Octal | 370 | 237 | 173 | 0 | 44 | 62 | 3 | 21 | 132 | 111 |
| Binary | 11111000 | 10011111 | 1111011 | 0 | 100100 | 110010 | 11 | 10001 | 1011010 | 1001001 |
Color Harmonies of #F89F7B
Complementary color
Monochromatic Colors of #F89F7B
Black with #F89F7B
Text Example
Text Example
White with #F89F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F7B; }
p { color: rgb(248,159,123); }
H1.HeaderClassName
{
color: #F89F7B;
}
.AnyTagClassName
{
color: #F89F7B;
}
</style>
background-color css
<style>
a { background-color: #F89F7B; }
a { background-color: rgb(248,159,123); }
div.DivClassName
{
background-color: #F89F7B;
}
.BgClassName
{
background-color: #F89F7B;
}
</style>
border-color css
<style>
span { border-color: #F89F7B; }
span { border-color: rgb(248,159,123); }
td.TdClassName
{
border-color: #F89F7B;
}
.TagClassName
{
border-color: #F89F7B;
}
</style>