Shades of Light Salmon #F59E7C
Tints of Light Salmon #F59E7C
RGB
CMYK
RGB Variations
Color information
#F59E7C (or 0xF59E7C) is known color: Light Salmon. HEX triplet: F5, 9E and 7C. RGB value is (245,158,124). Sum of RGB (Red+Green+Blue) = 245+158+124=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E7C is #0A6183. Grayscale: #B4B4B4. Windows color (decimal): -680324 or 8167157. OLE color: 8167157.
HSL color Cylindrical-coordinate representation of color #F59E7C: hue angle of 16.86º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F59E7C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 124 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.04 |
| HSL | 16.86º | 0.86% | 0.72% | - |
| HSV(B) | 16.86º | 0.49% | 0.96% | - |
| XYZ | 53.52 | 45.32 | 25 | - |
| YUV | 180.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 124 | 0 | 0.36 | 0.49 | 0.04 | 16.86 | 0.86 | 0.72 |
| Hex | F5 | 9E | 7C | 0 | 24 | 31 | 4 | 11 | 56 | 48 |
| Octal | 365 | 236 | 174 | 0 | 44 | 61 | 4 | 21 | 126 | 110 |
| Binary | 11110101 | 10011110 | 1111100 | 0 | 100100 | 110001 | 100 | 10001 | 1010110 | 1001000 |
Color Harmonies of #F59E7C
Complementary color
Monochromatic Colors of #F59E7C
Black with #F59E7C
Text Example
Text Example
White with #F59E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E7C; }
p { color: rgb(245,158,124); }
H1.HeaderClassName
{
color: #F59E7C;
}
.AnyTagClassName
{
color: #F59E7C;
}
</style>
background-color css
<style>
a { background-color: #F59E7C; }
a { background-color: rgb(245,158,124); }
div.DivClassName
{
background-color: #F59E7C;
}
.BgClassName
{
background-color: #F59E7C;
}
</style>
border-color css
<style>
span { border-color: #F59E7C; }
span { border-color: rgb(245,158,124); }
td.TdClassName
{
border-color: #F59E7C;
}
.TagClassName
{
border-color: #F59E7C;
}
</style>