Shades of Light Salmon #F89978
Tints of Light Salmon #F89978
RGB
CMYK
RGB Variations
Color information
#F89978 (or 0xF89978) is known color: Light Salmon. HEX triplet: F8, 99 and 78. RGB value is (248,153,120). Sum of RGB (Red+Green+Blue) = 248+153+120=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F89978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89978 is #076687. Grayscale: #B1B1B1. Windows color (decimal): -485000 or 7903736. OLE color: 7903736.
HSL color Cylindrical-coordinate representation of color #F89978: hue angle of 15.47º 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 #F89978 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 120 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.03 |
| HSL | 15.47º | 0.9% | 0.72% | - |
| HSV(B) | 15.47º | 0.52% | 0.97% | - |
| XYZ | 53.49 | 44.09 | 23.46 | - |
| YUV | 177.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 120 | 0 | 0.38 | 0.52 | 0.03 | 15.47 | 0.9 | 0.72 |
| Hex | F8 | 99 | 78 | 0 | 26 | 34 | 3 | F | 5A | 48 |
| Octal | 370 | 231 | 170 | 0 | 46 | 64 | 3 | 17 | 132 | 110 |
| Binary | 11111000 | 10011001 | 1111000 | 0 | 100110 | 110100 | 11 | 1111 | 1011010 | 1001000 |
Color Harmonies of #F89978
Complementary color
Monochromatic Colors of #F89978
Black with #F89978
Text Example
Text Example
White with #F89978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89978; }
p { color: rgb(248,153,120); }
H1.HeaderClassName
{
color: #F89978;
}
.AnyTagClassName
{
color: #F89978;
}
</style>
background-color css
<style>
a { background-color: #F89978; }
a { background-color: rgb(248,153,120); }
div.DivClassName
{
background-color: #F89978;
}
.BgClassName
{
background-color: #F89978;
}
</style>
border-color css
<style>
span { border-color: #F89978; }
span { border-color: rgb(248,153,120); }
td.TdClassName
{
border-color: #F89978;
}
.TagClassName
{
border-color: #F89978;
}
</style>