Shades of Light Salmon #F6A785
Tints of Light Salmon #F6A785
RGB
CMYK
RGB Variations
Color information
#F6A785 (or 0xF6A785) is known color: Light Salmon. HEX triplet: F6, A7 and 85. RGB value is (246,167,133). Sum of RGB (Red+Green+Blue) = 246+167+133=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A785 is #09587A. Grayscale: #BABABA. Windows color (decimal): -612475 or 8759286. OLE color: 8759286.
HSL color Cylindrical-coordinate representation of color #F6A785: hue angle of 18.05º degrees, saturation: 0.86, 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 #F6A785 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 133 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.04 |
| HSL | 18.05º | 0.86% | 0.74% | - |
| HSV(B) | 18.05º | 0.46% | 0.96% | - |
| XYZ | 56.06 | 48.92 | 28.68 | - |
| YUV | 186.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 133 | 0 | 0.32 | 0.46 | 0.04 | 18.05 | 0.86 | 0.74 |
| Hex | F6 | A7 | 85 | 0 | 20 | 2E | 4 | 12 | 56 | 4A |
| Octal | 366 | 247 | 205 | 0 | 40 | 56 | 4 | 22 | 126 | 112 |
| Binary | 11110110 | 10100111 | 10000101 | 0 | 100000 | 101110 | 100 | 10010 | 1010110 | 1001010 |
Color Harmonies of #F6A785
Complementary color
Monochromatic Colors of #F6A785
Black with #F6A785
Text Example
Text Example
White with #F6A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A785; }
p { color: rgb(246,167,133); }
H1.HeaderClassName
{
color: #F6A785;
}
.AnyTagClassName
{
color: #F6A785;
}
</style>
background-color css
<style>
a { background-color: #F6A785; }
a { background-color: rgb(246,167,133); }
div.DivClassName
{
background-color: #F6A785;
}
.BgClassName
{
background-color: #F6A785;
}
</style>
border-color css
<style>
span { border-color: #F6A785; }
span { border-color: rgb(246,167,133); }
td.TdClassName
{
border-color: #F6A785;
}
.TagClassName
{
border-color: #F6A785;
}
</style>