Shades of Light Salmon #F89972
Tints of Light Salmon #F89972
RGB
CMYK
RGB Variations
Color information
#F89972 (or 0xF89972) is known color: Light Salmon. HEX triplet: F8, 99 and 72. RGB value is (248,153,114). Sum of RGB (Red+Green+Blue) = 248+153+114=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F89972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89972 is #07668D. Grayscale: #B1B1B1. Windows color (decimal): -485006 or 7510520. OLE color: 7510520.
HSL color Cylindrical-coordinate representation of color #F89972: hue angle of 17.46º degrees, saturation: 0.91, 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 #F89972 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 114 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.03 |
| HSL | 17.46º | 0.91% | 0.71% | - |
| HSV(B) | 17.46º | 0.54% | 0.97% | - |
| XYZ | 53.14 | 43.95 | 21.6 | - |
| YUV | 176.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 114 | 0 | 0.38 | 0.54 | 0.03 | 17.46 | 0.91 | 0.71 |
| Hex | F8 | 99 | 72 | 0 | 26 | 36 | 3 | 11 | 5B | 47 |
| Octal | 370 | 231 | 162 | 0 | 46 | 66 | 3 | 21 | 133 | 107 |
| Binary | 11111000 | 10011001 | 1110010 | 0 | 100110 | 110110 | 11 | 10001 | 1011011 | 1000111 |
Color Harmonies of #F89972
Complementary color
Monochromatic Colors of #F89972
Black with #F89972
Text Example
Text Example
White with #F89972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89972; }
p { color: rgb(248,153,114); }
H1.HeaderClassName
{
color: #F89972;
}
.AnyTagClassName
{
color: #F89972;
}
</style>
background-color css
<style>
a { background-color: #F89972; }
a { background-color: rgb(248,153,114); }
div.DivClassName
{
background-color: #F89972;
}
.BgClassName
{
background-color: #F89972;
}
</style>
border-color css
<style>
span { border-color: #F89972; }
span { border-color: rgb(248,153,114); }
td.TdClassName
{
border-color: #F89972;
}
.TagClassName
{
border-color: #F89972;
}
</style>