Shades of Light Salmon #F89E7A
Tints of Light Salmon #F89E7A
RGB
CMYK
RGB Variations
Color information
#F89E7A (or 0xF89E7A) is known color: Light Salmon. HEX triplet: F8, 9E and 7A. RGB value is (248,158,122). Sum of RGB (Red+Green+Blue) = 248+158+122=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E7A is #076185. Grayscale: #B5B5B5. Windows color (decimal): -483718 or 8036088. OLE color: 8036088.
HSL color Cylindrical-coordinate representation of color #F89E7A: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F89E7A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 122 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.03 |
| HSL | 17.14º | 0.9% | 0.73% | - |
| HSV(B) | 17.14º | 0.51% | 0.97% | - |
| XYZ | 54.45 | 45.82 | 24.39 | - |
| YUV | 180.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 122 | 0 | 0.36 | 0.51 | 0.03 | 17.14 | 0.9 | 0.73 |
| Hex | F8 | 9E | 7A | 0 | 24 | 33 | 3 | 11 | 5A | 49 |
| Octal | 370 | 236 | 172 | 0 | 44 | 63 | 3 | 21 | 132 | 111 |
| Binary | 11111000 | 10011110 | 1111010 | 0 | 100100 | 110011 | 11 | 10001 | 1011010 | 1001001 |
Color Harmonies of #F89E7A
Complementary color
Monochromatic Colors of #F89E7A
Black with #F89E7A
Text Example
Text Example
White with #F89E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E7A; }
p { color: rgb(248,158,122); }
H1.HeaderClassName
{
color: #F89E7A;
}
.AnyTagClassName
{
color: #F89E7A;
}
</style>
background-color css
<style>
a { background-color: #F89E7A; }
a { background-color: rgb(248,158,122); }
div.DivClassName
{
background-color: #F89E7A;
}
.BgClassName
{
background-color: #F89E7A;
}
</style>
border-color css
<style>
span { border-color: #F89E7A; }
span { border-color: rgb(248,158,122); }
td.TdClassName
{
border-color: #F89E7A;
}
.TagClassName
{
border-color: #F89E7A;
}
</style>