Shades of Salmon #F3836D
Tints of Salmon #F3836D
RGB
CMYK
RGB Variations
Color information
#F3836D (or 0xF3836D) is known color: Salmon. HEX triplet: F3, 83 and 6D. RGB value is (243,131,109). Sum of RGB (Red+Green+Blue) = 243+131+109=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3836D is #0C7C92. Grayscale: #A2A2A2. Windows color (decimal): -818323 or 7177203. OLE color: 7177203.
HSL color Cylindrical-coordinate representation of color #F3836D: hue angle of 9.85º 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 #F3836D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.05 |
| HSL | 9.85º | 0.85% | 0.69% | - |
| HSV(B) | 9.85º | 0.55% | 0.95% | - |
| XYZ | 47.84 | 36.39 | 18.97 | - |
| YUV | 161.98 | 98.11 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 109 | 0 | 0.46 | 0.55 | 0.05 | 9.85 | 0.85 | 0.69 |
| Hex | F3 | 83 | 6D | 0 | 2E | 37 | 5 | A | 55 | 45 |
| Octal | 363 | 203 | 155 | 0 | 56 | 67 | 5 | 12 | 125 | 105 |
| Binary | 11110011 | 10000011 | 1101101 | 0 | 101110 | 110111 | 101 | 1010 | 1010101 | 1000101 |
Color Harmonies of #F3836D
Complementary color
Monochromatic Colors of #F3836D
Black with #F3836D
Text Example
Text Example
White with #F3836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3836D; }
p { color: rgb(243,131,109); }
H1.HeaderClassName
{
color: #F3836D;
}
.AnyTagClassName
{
color: #F3836D;
}
</style>
background-color css
<style>
a { background-color: #F3836D; }
a { background-color: rgb(243,131,109); }
div.DivClassName
{
background-color: #F3836D;
}
.BgClassName
{
background-color: #F3836D;
}
</style>
border-color css
<style>
span { border-color: #F3836D; }
span { border-color: rgb(243,131,109); }
td.TdClassName
{
border-color: #F3836D;
}
.TagClassName
{
border-color: #F3836D;
}
</style>