Shades of Light Salmon #F89B7A
Tints of Light Salmon #F89B7A
RGB
CMYK
RGB Variations
Color information
#F89B7A (or 0xF89B7A) is known color: Light Salmon. HEX triplet: F8, 9B and 7A. RGB value is (248,155,122). Sum of RGB (Red+Green+Blue) = 248+155+122=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B7A is #076485. Grayscale: #B3B3B3. Windows color (decimal): -484486 or 8035320. OLE color: 8035320.
HSL color Cylindrical-coordinate representation of color #F89B7A: hue angle of 15.71º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F89B7A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 122 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.03 |
| HSL | 15.71º | 0.9% | 0.73% | - |
| HSV(B) | 15.71º | 0.51% | 0.97% | - |
| XYZ | 53.95 | 44.8 | 24.22 | - |
| YUV | 179.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 122 | 0 | 0.38 | 0.51 | 0.03 | 15.71 | 0.9 | 0.73 |
| Hex | F8 | 9B | 7A | 0 | 26 | 33 | 3 | 10 | 5A | 49 |
| Octal | 370 | 233 | 172 | 0 | 46 | 63 | 3 | 20 | 132 | 111 |
| Binary | 11111000 | 10011011 | 1111010 | 0 | 100110 | 110011 | 11 | 10000 | 1011010 | 1001001 |
Color Harmonies of #F89B7A
Complementary color
Monochromatic Colors of #F89B7A
Black with #F89B7A
Text Example
Text Example
White with #F89B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B7A; }
p { color: rgb(248,155,122); }
H1.HeaderClassName
{
color: #F89B7A;
}
.AnyTagClassName
{
color: #F89B7A;
}
</style>
background-color css
<style>
a { background-color: #F89B7A; }
a { background-color: rgb(248,155,122); }
div.DivClassName
{
background-color: #F89B7A;
}
.BgClassName
{
background-color: #F89B7A;
}
</style>
border-color css
<style>
span { border-color: #F89B7A; }
span { border-color: rgb(248,155,122); }
td.TdClassName
{
border-color: #F89B7A;
}
.TagClassName
{
border-color: #F89B7A;
}
</style>