Shades of Salmon #F5846C
Tints of Salmon #F5846C
RGB
CMYK
RGB Variations
Color information
#F5846C (or 0xF5846C) is known color: Salmon. HEX triplet: F5, 84 and 6C. RGB value is (245,132,108). Sum of RGB (Red+Green+Blue) = 245+132+108=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846C is #0A7B93. Grayscale: #A3A3A3. Windows color (decimal): -686996 or 7111925. OLE color: 7111925.
HSL color Cylindrical-coordinate representation of color #F5846C: hue angle of 10.51º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5846C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 108 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.51º | 0.87% | 0.69% | - |
| HSV(B) | 10.51º | 0.56% | 0.96% | - |
| XYZ | 48.61 | 37 | 18.77 | - |
| YUV | 163.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 108 | 0 | 0.46 | 0.56 | 0.04 | 10.51 | 0.87 | 0.69 |
| Hex | F5 | 84 | 6C | 0 | 2E | 38 | 4 | B | 57 | 45 |
| Octal | 365 | 204 | 154 | 0 | 56 | 70 | 4 | 13 | 127 | 105 |
| Binary | 11110101 | 10000100 | 1101100 | 0 | 101110 | 111000 | 100 | 1011 | 1010111 | 1000101 |
Color Harmonies of #F5846C
Complementary color
Monochromatic Colors of #F5846C
Black with #F5846C
Text Example
Text Example
White with #F5846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5846C; }
p { color: rgb(245,132,108); }
H1.HeaderClassName
{
color: #F5846C;
}
.AnyTagClassName
{
color: #F5846C;
}
</style>
background-color css
<style>
a { background-color: #F5846C; }
a { background-color: rgb(245,132,108); }
div.DivClassName
{
background-color: #F5846C;
}
.BgClassName
{
background-color: #F5846C;
}
</style>
border-color css
<style>
span { border-color: #F5846C; }
span { border-color: rgb(245,132,108); }
td.TdClassName
{
border-color: #F5846C;
}
.TagClassName
{
border-color: #F5846C;
}
</style>