Shades of Salmon #F5826D
Tints of Salmon #F5826D
RGB
CMYK
RGB Variations
Color information
#F5826D (or 0xF5826D) is known color: Salmon. HEX triplet: F5, 82 and 6D. RGB value is (245,130,109). Sum of RGB (Red+Green+Blue) = 245+130+109=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5826D is #0A7D92. Grayscale: #A2A2A2. Windows color (decimal): -687507 or 7176949. OLE color: 7176949.
HSL color Cylindrical-coordinate representation of color #F5826D: hue angle of 9.26º 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 #F5826D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.04 |
| HSL | 9.26º | 0.87% | 0.69% | - |
| HSV(B) | 9.26º | 0.56% | 0.96% | - |
| XYZ | 48.4 | 36.48 | 18.96 | - |
| YUV | 161.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 109 | 0 | 0.47 | 0.56 | 0.04 | 9.26 | 0.87 | 0.69 |
| Hex | F5 | 82 | 6D | 0 | 2F | 38 | 4 | 9 | 57 | 45 |
| Octal | 365 | 202 | 155 | 0 | 57 | 70 | 4 | 11 | 127 | 105 |
| Binary | 11110101 | 10000010 | 1101101 | 0 | 101111 | 111000 | 100 | 1001 | 1010111 | 1000101 |
Color Harmonies of #F5826D
Complementary color
Monochromatic Colors of #F5826D
Black with #F5826D
Text Example
Text Example
White with #F5826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5826D; }
p { color: rgb(245,130,109); }
H1.HeaderClassName
{
color: #F5826D;
}
.AnyTagClassName
{
color: #F5826D;
}
</style>
background-color css
<style>
a { background-color: #F5826D; }
a { background-color: rgb(245,130,109); }
div.DivClassName
{
background-color: #F5826D;
}
.BgClassName
{
background-color: #F5826D;
}
</style>
border-color css
<style>
span { border-color: #F5826D; }
span { border-color: rgb(245,130,109); }
td.TdClassName
{
border-color: #F5826D;
}
.TagClassName
{
border-color: #F5826D;
}
</style>