Shades of Light Salmon #F59E7A
Tints of Light Salmon #F59E7A
RGB
CMYK
RGB Variations
Color information
#F59E7A (or 0xF59E7A) is known color: Light Salmon. HEX triplet: F5, 9E and 7A. RGB value is (245,158,122). Sum of RGB (Red+Green+Blue) = 245+158+122=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E7A is #0A6185. Grayscale: #B4B4B4. Windows color (decimal): -680326 or 8036085. OLE color: 8036085.
HSL color Cylindrical-coordinate representation of color #F59E7A: hue angle of 17.56º 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 #F59E7A is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 122 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.04 |
| HSL | 17.56º | 0.86% | 0.72% | - |
| HSV(B) | 17.56º | 0.5% | 0.96% | - |
| XYZ | 53.4 | 45.27 | 24.34 | - |
| YUV | 179.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 122 | 0 | 0.36 | 0.50 | 0.04 | 17.56 | 0.86 | 0.72 |
| Hex | F5 | 9E | 7A | 0 | 24 | 32 | 4 | 12 | 56 | 48 |
| Octal | 365 | 236 | 172 | 0 | 44 | 62 | 4 | 22 | 126 | 110 |
| Binary | 11110101 | 10011110 | 1111010 | 0 | 100100 | 110010 | 100 | 10010 | 1010110 | 1001000 |
Color Harmonies of #F59E7A
Complementary color
Monochromatic Colors of #F59E7A
Black with #F59E7A
Text Example
Text Example
White with #F59E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E7A; }
p { color: rgb(245,158,122); }
H1.HeaderClassName
{
color: #F59E7A;
}
.AnyTagClassName
{
color: #F59E7A;
}
</style>
background-color css
<style>
a { background-color: #F59E7A; }
a { background-color: rgb(245,158,122); }
div.DivClassName
{
background-color: #F59E7A;
}
.BgClassName
{
background-color: #F59E7A;
}
</style>
border-color css
<style>
span { border-color: #F59E7A; }
span { border-color: rgb(245,158,122); }
td.TdClassName
{
border-color: #F59E7A;
}
.TagClassName
{
border-color: #F59E7A;
}
</style>