Shades of Light Salmon #F5A785
Tints of Light Salmon #F5A785
RGB
CMYK
RGB Variations
Color information
#F5A785 (or 0xF5A785) is known color: Light Salmon. HEX triplet: F5, A7 and 85. RGB value is (245,167,133). Sum of RGB (Red+Green+Blue) = 245+167+133=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A785 is #0A587A. Grayscale: #BABABA. Windows color (decimal): -678011 or 8759285. OLE color: 8759285.
HSL color Cylindrical-coordinate representation of color #F5A785: hue angle of 18.21º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5A785 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 133 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.04 |
| HSL | 18.21º | 0.85% | 0.74% | - |
| HSV(B) | 18.21º | 0.46% | 0.96% | - |
| XYZ | 55.71 | 48.74 | 28.66 | - |
| YUV | 186.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 133 | 0 | 0.32 | 0.46 | 0.04 | 18.21 | 0.85 | 0.74 |
| Hex | F5 | A7 | 85 | 0 | 20 | 2E | 4 | 12 | 55 | 4A |
| Octal | 365 | 247 | 205 | 0 | 40 | 56 | 4 | 22 | 125 | 112 |
| Binary | 11110101 | 10100111 | 10000101 | 0 | 100000 | 101110 | 100 | 10010 | 1010101 | 1001010 |
Color Harmonies of #F5A785
Complementary color
Monochromatic Colors of #F5A785
Black with #F5A785
Text Example
Text Example
White with #F5A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A785; }
p { color: rgb(245,167,133); }
H1.HeaderClassName
{
color: #F5A785;
}
.AnyTagClassName
{
color: #F5A785;
}
</style>
background-color css
<style>
a { background-color: #F5A785; }
a { background-color: rgb(245,167,133); }
div.DivClassName
{
background-color: #F5A785;
}
.BgClassName
{
background-color: #F5A785;
}
</style>
border-color css
<style>
span { border-color: #F5A785; }
span { border-color: rgb(245,167,133); }
td.TdClassName
{
border-color: #F5A785;
}
.TagClassName
{
border-color: #F5A785;
}
</style>