Shades of Light Salmon #F59F7B
Tints of Light Salmon #F59F7B
RGB
CMYK
RGB Variations
Color information
#F59F7B (or 0xF59F7B) is known color: Light Salmon. HEX triplet: F5, 9F and 7B. RGB value is (245,159,123). Sum of RGB (Red+Green+Blue) = 245+159+123=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F7B is #0A6084. Grayscale: #B4B4B4. Windows color (decimal): -680069 or 8101877. OLE color: 8101877.
HSL color Cylindrical-coordinate representation of color #F59F7B: hue angle of 17.7º 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 #F59F7B is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 123 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.04 |
| HSL | 17.7º | 0.86% | 0.72% | - |
| HSV(B) | 17.7º | 0.5% | 0.96% | - |
| XYZ | 53.63 | 45.64 | 24.72 | - |
| YUV | 180.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 123 | 0 | 0.35 | 0.50 | 0.04 | 17.7 | 0.86 | 0.72 |
| Hex | F5 | 9F | 7B | 0 | 23 | 32 | 4 | 12 | 56 | 48 |
| Octal | 365 | 237 | 173 | 0 | 43 | 62 | 4 | 22 | 126 | 110 |
| Binary | 11110101 | 10011111 | 1111011 | 0 | 100011 | 110010 | 100 | 10010 | 1010110 | 1001000 |
Color Harmonies of #F59F7B
Complementary color
Monochromatic Colors of #F59F7B
Black with #F59F7B
Text Example
Text Example
White with #F59F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F7B; }
p { color: rgb(245,159,123); }
H1.HeaderClassName
{
color: #F59F7B;
}
.AnyTagClassName
{
color: #F59F7B;
}
</style>
background-color css
<style>
a { background-color: #F59F7B; }
a { background-color: rgb(245,159,123); }
div.DivClassName
{
background-color: #F59F7B;
}
.BgClassName
{
background-color: #F59F7B;
}
</style>
border-color css
<style>
span { border-color: #F59F7B; }
span { border-color: rgb(245,159,123); }
td.TdClassName
{
border-color: #F59F7B;
}
.TagClassName
{
border-color: #F59F7B;
}
</style>