Shades of Light Salmon #F59B7B
Tints of Light Salmon #F59B7B
RGB
CMYK
RGB Variations
Color information
#F59B7B (or 0xF59B7B) is known color: Light Salmon. HEX triplet: F5, 9B and 7B. RGB value is (245,155,123). Sum of RGB (Red+Green+Blue) = 245+155+123=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B7B is #0A6484. Grayscale: #B2B2B2. Windows color (decimal): -681093 or 8100853. OLE color: 8100853.
HSL color Cylindrical-coordinate representation of color #F59B7B: hue angle of 15.74º 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 #F59B7B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 123 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.04 |
| HSL | 15.74º | 0.86% | 0.72% | - |
| HSV(B) | 15.74º | 0.5% | 0.96% | - |
| XYZ | 52.95 | 44.29 | 24.5 | - |
| YUV | 178.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 123 | 0 | 0.37 | 0.50 | 0.04 | 15.74 | 0.86 | 0.72 |
| Hex | F5 | 9B | 7B | 0 | 25 | 32 | 4 | 10 | 56 | 48 |
| Octal | 365 | 233 | 173 | 0 | 45 | 62 | 4 | 20 | 126 | 110 |
| Binary | 11110101 | 10011011 | 1111011 | 0 | 100101 | 110010 | 100 | 10000 | 1010110 | 1001000 |
Color Harmonies of #F59B7B
Complementary color
Monochromatic Colors of #F59B7B
Black with #F59B7B
Text Example
Text Example
White with #F59B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B7B; }
p { color: rgb(245,155,123); }
H1.HeaderClassName
{
color: #F59B7B;
}
.AnyTagClassName
{
color: #F59B7B;
}
</style>
background-color css
<style>
a { background-color: #F59B7B; }
a { background-color: rgb(245,155,123); }
div.DivClassName
{
background-color: #F59B7B;
}
.BgClassName
{
background-color: #F59B7B;
}
</style>
border-color css
<style>
span { border-color: #F59B7B; }
span { border-color: rgb(245,155,123); }
td.TdClassName
{
border-color: #F59B7B;
}
.TagClassName
{
border-color: #F59B7B;
}
</style>