Shades of Salmon #F5846B
Tints of Salmon #F5846B
RGB
CMYK
RGB Variations
Color information
#F5846B (or 0xF5846B) is known color: Salmon. HEX triplet: F5, 84 and 6B. RGB value is (245,132,107). Sum of RGB (Red+Green+Blue) = 245+132+107=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846B is #0A7B94. Grayscale: #A3A3A3. Windows color (decimal): -686997 or 7046389. OLE color: 7046389.
HSL color Cylindrical-coordinate representation of color #F5846B: hue angle of 10.87º 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 #F5846B is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 107 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.87º | 0.87% | 0.69% | - |
| HSV(B) | 10.87º | 0.56% | 0.96% | - |
| XYZ | 48.56 | 36.98 | 18.49 | - |
| YUV | 162.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 107 | 0 | 0.46 | 0.56 | 0.04 | 10.87 | 0.87 | 0.69 |
| Hex | F5 | 84 | 6B | 0 | 2E | 38 | 4 | B | 57 | 45 |
| Octal | 365 | 204 | 153 | 0 | 56 | 70 | 4 | 13 | 127 | 105 |
| Binary | 11110101 | 10000100 | 1101011 | 0 | 101110 | 111000 | 100 | 1011 | 1010111 | 1000101 |
Color Harmonies of #F5846B
Complementary color
Monochromatic Colors of #F5846B
Black with #F5846B
Text Example
Text Example
White with #F5846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5846B; }
p { color: rgb(245,132,107); }
H1.HeaderClassName
{
color: #F5846B;
}
.AnyTagClassName
{
color: #F5846B;
}
</style>
background-color css
<style>
a { background-color: #F5846B; }
a { background-color: rgb(245,132,107); }
div.DivClassName
{
background-color: #F5846B;
}
.BgClassName
{
background-color: #F5846B;
}
</style>
border-color css
<style>
span { border-color: #F5846B; }
span { border-color: rgb(245,132,107); }
td.TdClassName
{
border-color: #F5846B;
}
.TagClassName
{
border-color: #F5846B;
}
</style>