Shades of Light Salmon #F89B7C
Tints of Light Salmon #F89B7C
RGB
CMYK
RGB Variations
Color information
#F89B7C (or 0xF89B7C) is known color: Light Salmon. HEX triplet: F8, 9B and 7C. RGB value is (248,155,124). Sum of RGB (Red+Green+Blue) = 248+155+124=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B7C is #076483. Grayscale: #B3B3B3. Windows color (decimal): -484484 or 8166392. OLE color: 8166392.
HSL color Cylindrical-coordinate representation of color #F89B7C: hue angle of 15º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89B7C is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 124 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.03 |
| HSL | 15º | 0.9% | 0.73% | - |
| HSV(B) | 15º | 0.5% | 0.97% | - |
| XYZ | 54.07 | 44.85 | 24.88 | - |
| YUV | 179.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 124 | 0 | 0.38 | 0.5 | 0.03 | 15 | 0.9 | 0.73 |
| Hex | F8 | 9B | 7C | 0 | 26 | 32 | 3 | F | 5A | 49 |
| Octal | 370 | 233 | 174 | 0 | 46 | 62 | 3 | 17 | 132 | 111 |
| Binary | 11111000 | 10011011 | 1111100 | 0 | 100110 | 110010 | 11 | 1111 | 1011010 | 1001001 |
Color Harmonies of #F89B7C
Complementary color
Monochromatic Colors of #F89B7C
Black with #F89B7C
Text Example
Text Example
White with #F89B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B7C; }
p { color: rgb(248,155,124); }
H1.HeaderClassName
{
color: #F89B7C;
}
.AnyTagClassName
{
color: #F89B7C;
}
</style>
background-color css
<style>
a { background-color: #F89B7C; }
a { background-color: rgb(248,155,124); }
div.DivClassName
{
background-color: #F89B7C;
}
.BgClassName
{
background-color: #F89B7C;
}
</style>
border-color css
<style>
span { border-color: #F89B7C; }
span { border-color: rgb(248,155,124); }
td.TdClassName
{
border-color: #F89B7C;
}
.TagClassName
{
border-color: #F89B7C;
}
</style>