Shades of Light Salmon #F59B7A
Tints of Light Salmon #F59B7A
RGB
CMYK
RGB Variations
Color information
#F59B7A (or 0xF59B7A) is known color: Light Salmon. HEX triplet: F5, 9B and 7A. RGB value is (245,155,122). Sum of RGB (Red+Green+Blue) = 245+155+122=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B7A is #0A6485. Grayscale: #B2B2B2. Windows color (decimal): -681094 or 8035317. OLE color: 8035317.
HSL color Cylindrical-coordinate representation of color #F59B7A: hue angle of 16.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F59B7A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 122 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.04 |
| HSL | 16.1º | 0.86% | 0.72% | - |
| HSV(B) | 16.1º | 0.5% | 0.96% | - |
| XYZ | 52.89 | 44.26 | 24.17 | - |
| YUV | 178.15 | 96.32 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 122 | 0 | 0.37 | 0.50 | 0.04 | 16.1 | 0.86 | 0.72 |
| Hex | F5 | 9B | 7A | 0 | 25 | 32 | 4 | 10 | 56 | 48 |
| Octal | 365 | 233 | 172 | 0 | 45 | 62 | 4 | 20 | 126 | 110 |
| Binary | 11110101 | 10011011 | 1111010 | 0 | 100101 | 110010 | 100 | 10000 | 1010110 | 1001000 |
Color Harmonies of #F59B7A
Complementary color
Monochromatic Colors of #F59B7A
Black with #F59B7A
Text Example
Text Example
White with #F59B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B7A; }
p { color: rgb(245,155,122); }
H1.HeaderClassName
{
color: #F59B7A;
}
.AnyTagClassName
{
color: #F59B7A;
}
</style>
background-color css
<style>
a { background-color: #F59B7A; }
a { background-color: rgb(245,155,122); }
div.DivClassName
{
background-color: #F59B7A;
}
.BgClassName
{
background-color: #F59B7A;
}
</style>
border-color css
<style>
span { border-color: #F59B7A; }
span { border-color: rgb(245,155,122); }
td.TdClassName
{
border-color: #F59B7A;
}
.TagClassName
{
border-color: #F59B7A;
}
</style>