Shades of Light Salmon #F89674
Tints of Light Salmon #F89674
RGB
CMYK
RGB Variations
Color information
#F89674 (or 0xF89674) is known color: Light Salmon. HEX triplet: F8, 96 and 74. RGB value is (248,150,116). Sum of RGB (Red+Green+Blue) = 248+150+116=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F89674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89674 is #07698B. Grayscale: #AFAFAF. Windows color (decimal): -485772 or 7640824. OLE color: 7640824.
HSL color Cylindrical-coordinate representation of color #F89674: hue angle of 15.45º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F89674 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 116 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.03 |
| HSL | 15.45º | 0.9% | 0.71% | - |
| HSV(B) | 15.45º | 0.53% | 0.97% | - |
| XYZ | 52.77 | 43.03 | 22.05 | - |
| YUV | 175.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 116 | 0 | 0.40 | 0.53 | 0.03 | 15.45 | 0.9 | 0.71 |
| Hex | F8 | 96 | 74 | 0 | 28 | 35 | 3 | F | 5A | 47 |
| Octal | 370 | 226 | 164 | 0 | 50 | 65 | 3 | 17 | 132 | 107 |
| Binary | 11111000 | 10010110 | 1110100 | 0 | 101000 | 110101 | 11 | 1111 | 1011010 | 1000111 |
Color Harmonies of #F89674
Complementary color
Monochromatic Colors of #F89674
Black with #F89674
Text Example
Text Example
White with #F89674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89674; }
p { color: rgb(248,150,116); }
H1.HeaderClassName
{
color: #F89674;
}
.AnyTagClassName
{
color: #F89674;
}
</style>
background-color css
<style>
a { background-color: #F89674; }
a { background-color: rgb(248,150,116); }
div.DivClassName
{
background-color: #F89674;
}
.BgClassName
{
background-color: #F89674;
}
</style>
border-color css
<style>
span { border-color: #F89674; }
span { border-color: rgb(248,150,116); }
td.TdClassName
{
border-color: #F89674;
}
.TagClassName
{
border-color: #F89674;
}
</style>