Shades of Salmon #F3826D
Tints of Salmon #F3826D
RGB
CMYK
RGB Variations
Color information
#F3826D (or 0xF3826D) is known color: Salmon. HEX triplet: F3, 82 and 6D. RGB value is (243,130,109). Sum of RGB (Red+Green+Blue) = 243+130+109=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3826D is #0C7D92. Grayscale: #A1A1A1. Windows color (decimal): -818579 or 7176947. OLE color: 7176947.
HSL color Cylindrical-coordinate representation of color #F3826D: hue angle of 9.4º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3826D is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 109 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.05 |
| HSL | 9.4º | 0.85% | 0.69% | - |
| HSV(B) | 9.4º | 0.55% | 0.95% | - |
| XYZ | 47.71 | 36.12 | 18.93 | - |
| YUV | 161.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 109 | 0 | 0.47 | 0.55 | 0.05 | 9.4 | 0.85 | 0.69 |
| Hex | F3 | 82 | 6D | 0 | 2F | 37 | 5 | 9 | 55 | 45 |
| Octal | 363 | 202 | 155 | 0 | 57 | 67 | 5 | 11 | 125 | 105 |
| Binary | 11110011 | 10000010 | 1101101 | 0 | 101111 | 110111 | 101 | 1001 | 1010101 | 1000101 |
Color Harmonies of #F3826D
Complementary color
Monochromatic Colors of #F3826D
Black with #F3826D
Text Example
Text Example
White with #F3826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3826D; }
p { color: rgb(243,130,109); }
H1.HeaderClassName
{
color: #F3826D;
}
.AnyTagClassName
{
color: #F3826D;
}
</style>
background-color css
<style>
a { background-color: #F3826D; }
a { background-color: rgb(243,130,109); }
div.DivClassName
{
background-color: #F3826D;
}
.BgClassName
{
background-color: #F3826D;
}
</style>
border-color css
<style>
span { border-color: #F3826D; }
span { border-color: rgb(243,130,109); }
td.TdClassName
{
border-color: #F3826D;
}
.TagClassName
{
border-color: #F3826D;
}
</style>