Shades of Light Salmon #F59E7B
Tints of Light Salmon #F59E7B
RGB
CMYK
RGB Variations
Color information
#F59E7B (or 0xF59E7B) is known color: Light Salmon. HEX triplet: F5, 9E and 7B. RGB value is (245,158,123). Sum of RGB (Red+Green+Blue) = 245+158+123=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E7B is #0A6184. Grayscale: #B4B4B4. Windows color (decimal): -680325 or 8101621. OLE color: 8101621.
HSL color Cylindrical-coordinate representation of color #F59E7B: hue angle of 17.21º 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 #F59E7B is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 123 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.04 |
| HSL | 17.21º | 0.86% | 0.72% | - |
| HSV(B) | 17.21º | 0.5% | 0.96% | - |
| XYZ | 53.46 | 45.3 | 24.66 | - |
| YUV | 180.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 123 | 0 | 0.36 | 0.50 | 0.04 | 17.21 | 0.86 | 0.72 |
| Hex | F5 | 9E | 7B | 0 | 24 | 32 | 4 | 11 | 56 | 48 |
| Octal | 365 | 236 | 173 | 0 | 44 | 62 | 4 | 21 | 126 | 110 |
| Binary | 11110101 | 10011110 | 1111011 | 0 | 100100 | 110010 | 100 | 10001 | 1010110 | 1001000 |
Color Harmonies of #F59E7B
Complementary color
Monochromatic Colors of #F59E7B
Black with #F59E7B
Text Example
Text Example
White with #F59E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E7B; }
p { color: rgb(245,158,123); }
H1.HeaderClassName
{
color: #F59E7B;
}
.AnyTagClassName
{
color: #F59E7B;
}
</style>
background-color css
<style>
a { background-color: #F59E7B; }
a { background-color: rgb(245,158,123); }
div.DivClassName
{
background-color: #F59E7B;
}
.BgClassName
{
background-color: #F59E7B;
}
</style>
border-color css
<style>
span { border-color: #F59E7B; }
span { border-color: rgb(245,158,123); }
td.TdClassName
{
border-color: #F59E7B;
}
.TagClassName
{
border-color: #F59E7B;
}
</style>