Shades of Light Salmon #F89F7E
Tints of Light Salmon #F89F7E
RGB
CMYK
RGB Variations
Color information
#F89F7E (or 0xF89F7E) is known color: Light Salmon. HEX triplet: F8, 9F and 7E. RGB value is (248,159,126). Sum of RGB (Red+Green+Blue) = 248+159+126=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89F7E is #076081. Grayscale: #B6B6B6. Windows color (decimal): -483458 or 8298488. OLE color: 8298488.
HSL color Cylindrical-coordinate representation of color #F89F7E: hue angle of 16.23º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F89F7E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 126 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.03 |
| HSL | 16.23º | 0.9% | 0.73% | - |
| HSV(B) | 16.23º | 0.49% | 0.97% | - |
| XYZ | 54.88 | 46.26 | 25.78 | - |
| YUV | 181.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 126 | 0 | 0.36 | 0.49 | 0.03 | 16.23 | 0.9 | 0.73 |
| Hex | F8 | 9F | 7E | 0 | 24 | 31 | 3 | 10 | 5A | 49 |
| Octal | 370 | 237 | 176 | 0 | 44 | 61 | 3 | 20 | 132 | 111 |
| Binary | 11111000 | 10011111 | 1111110 | 0 | 100100 | 110001 | 11 | 10000 | 1011010 | 1001001 |
Color Harmonies of #F89F7E
Complementary color
Monochromatic Colors of #F89F7E
Black with #F89F7E
Text Example
Text Example
White with #F89F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F7E; }
p { color: rgb(248,159,126); }
H1.HeaderClassName
{
color: #F89F7E;
}
.AnyTagClassName
{
color: #F89F7E;
}
</style>
background-color css
<style>
a { background-color: #F89F7E; }
a { background-color: rgb(248,159,126); }
div.DivClassName
{
background-color: #F89F7E;
}
.BgClassName
{
background-color: #F89F7E;
}
</style>
border-color css
<style>
span { border-color: #F89F7E; }
span { border-color: rgb(248,159,126); }
td.TdClassName
{
border-color: #F89F7E;
}
.TagClassName
{
border-color: #F89F7E;
}
</style>