Shades of Light Salmon #F89473
Tints of Light Salmon #F89473
RGB
CMYK
RGB Variations
Color information
#F89473 (or 0xF89473) is known color: Light Salmon. HEX triplet: F8, 94 and 73. RGB value is (248,148,115). Sum of RGB (Red+Green+Blue) = 248+148+115=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F89473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89473 is #076B8C. Grayscale: #AEAEAE. Windows color (decimal): -486285 or 7574776. OLE color: 7574776.
HSL color Cylindrical-coordinate representation of color #F89473: hue angle of 14.89º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F89473 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 115 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.03 |
| HSL | 14.89º | 0.9% | 0.71% | - |
| HSV(B) | 14.89º | 0.54% | 0.97% | - |
| XYZ | 52.4 | 42.37 | 21.64 | - |
| YUV | 174.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 115 | 0 | 0.40 | 0.54 | 0.03 | 14.89 | 0.9 | 0.71 |
| Hex | F8 | 94 | 73 | 0 | 28 | 36 | 3 | F | 5A | 47 |
| Octal | 370 | 224 | 163 | 0 | 50 | 66 | 3 | 17 | 132 | 107 |
| Binary | 11111000 | 10010100 | 1110011 | 0 | 101000 | 110110 | 11 | 1111 | 1011010 | 1000111 |
Color Harmonies of #F89473
Complementary color
Monochromatic Colors of #F89473
Black with #F89473
Text Example
Text Example
White with #F89473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89473; }
p { color: rgb(248,148,115); }
H1.HeaderClassName
{
color: #F89473;
}
.AnyTagClassName
{
color: #F89473;
}
</style>
background-color css
<style>
a { background-color: #F89473; }
a { background-color: rgb(248,148,115); }
div.DivClassName
{
background-color: #F89473;
}
.BgClassName
{
background-color: #F89473;
}
</style>
border-color css
<style>
span { border-color: #F89473; }
span { border-color: rgb(248,148,115); }
td.TdClassName
{
border-color: #F89473;
}
.TagClassName
{
border-color: #F89473;
}
</style>