Shades of Light Salmon #F89D7E
Tints of Light Salmon #F89D7E
RGB
CMYK
RGB Variations
Color information
#F89D7E (or 0xF89D7E) is known color: Light Salmon. HEX triplet: F8, 9D and 7E. RGB value is (248,157,126). Sum of RGB (Red+Green+Blue) = 248+157+126=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D7E is #076281. Grayscale: #B4B4B4. Windows color (decimal): -483970 or 8297976. OLE color: 8297976.
HSL color Cylindrical-coordinate representation of color #F89D7E: hue angle of 15.25º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F89D7E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 126 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.03 |
| HSL | 15.25º | 0.9% | 0.73% | - |
| HSV(B) | 15.25º | 0.49% | 0.97% | - |
| XYZ | 54.53 | 45.58 | 25.66 | - |
| YUV | 180.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 126 | 0 | 0.37 | 0.49 | 0.03 | 15.25 | 0.9 | 0.73 |
| Hex | F8 | 9D | 7E | 0 | 25 | 31 | 3 | F | 5A | 49 |
| Octal | 370 | 235 | 176 | 0 | 45 | 61 | 3 | 17 | 132 | 111 |
| Binary | 11111000 | 10011101 | 1111110 | 0 | 100101 | 110001 | 11 | 1111 | 1011010 | 1001001 |
Color Harmonies of #F89D7E
Complementary color
Monochromatic Colors of #F89D7E
Black with #F89D7E
Text Example
Text Example
White with #F89D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D7E; }
p { color: rgb(248,157,126); }
H1.HeaderClassName
{
color: #F89D7E;
}
.AnyTagClassName
{
color: #F89D7E;
}
</style>
background-color css
<style>
a { background-color: #F89D7E; }
a { background-color: rgb(248,157,126); }
div.DivClassName
{
background-color: #F89D7E;
}
.BgClassName
{
background-color: #F89D7E;
}
</style>
border-color css
<style>
span { border-color: #F89D7E; }
span { border-color: rgb(248,157,126); }
td.TdClassName
{
border-color: #F89D7E;
}
.TagClassName
{
border-color: #F89D7E;
}
</style>