Shades of Light Salmon #F89E78
Tints of Light Salmon #F89E78
RGB
CMYK
RGB Variations
Color information
#F89E78 (or 0xF89E78) is known color: Light Salmon. HEX triplet: F8, 9E and 78. RGB value is (248,158,120). Sum of RGB (Red+Green+Blue) = 248+158+120=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89E78 is #076187. Grayscale: #B4B4B4. Windows color (decimal): -483720 or 7905016. OLE color: 7905016.
HSL color Cylindrical-coordinate representation of color #F89E78: hue angle of 17.81º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F89E78 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 120 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.03 |
| HSL | 17.81º | 0.9% | 0.72% | - |
| HSV(B) | 17.81º | 0.52% | 0.97% | - |
| XYZ | 54.33 | 45.77 | 23.74 | - |
| YUV | 180.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 120 | 0 | 0.36 | 0.52 | 0.03 | 17.81 | 0.9 | 0.72 |
| Hex | F8 | 9E | 78 | 0 | 24 | 34 | 3 | 12 | 5A | 48 |
| Octal | 370 | 236 | 170 | 0 | 44 | 64 | 3 | 22 | 132 | 110 |
| Binary | 11111000 | 10011110 | 1111000 | 0 | 100100 | 110100 | 11 | 10010 | 1011010 | 1001000 |
Color Harmonies of #F89E78
Complementary color
Monochromatic Colors of #F89E78
Black with #F89E78
Text Example
Text Example
White with #F89E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89E78; }
p { color: rgb(248,158,120); }
H1.HeaderClassName
{
color: #F89E78;
}
.AnyTagClassName
{
color: #F89E78;
}
</style>
background-color css
<style>
a { background-color: #F89E78; }
a { background-color: rgb(248,158,120); }
div.DivClassName
{
background-color: #F89E78;
}
.BgClassName
{
background-color: #F89E78;
}
</style>
border-color css
<style>
span { border-color: #F89E78; }
span { border-color: rgb(248,158,120); }
td.TdClassName
{
border-color: #F89E78;
}
.TagClassName
{
border-color: #F89E78;
}
</style>