Shades of Salmon #F3786D
Tints of Salmon #F3786D
RGB
CMYK
RGB Variations
Color information
#F3786D (or 0xF3786D) is known color: Salmon. HEX triplet: F3, 78 and 6D. RGB value is (243,120,109). Sum of RGB (Red+Green+Blue) = 243+120+109=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3786D is #0C8792. Grayscale: #9B9B9B. Windows color (decimal): -821139 or 7174387. OLE color: 7174387.
HSL color Cylindrical-coordinate representation of color #F3786D: hue angle of 4.93º 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 #F3786D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 109 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.05 |
| HSL | 4.93º | 0.85% | 0.69% | - |
| HSV(B) | 4.93º | 0.55% | 0.95% | - |
| XYZ | 46.44 | 33.59 | 18.5 | - |
| YUV | 155.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 109 | 0 | 0.51 | 0.55 | 0.05 | 4.93 | 0.85 | 0.69 |
| Hex | F3 | 78 | 6D | 0 | 33 | 37 | 5 | 5 | 55 | 45 |
| Octal | 363 | 170 | 155 | 0 | 63 | 67 | 5 | 5 | 125 | 105 |
| Binary | 11110011 | 1111000 | 1101101 | 0 | 110011 | 110111 | 101 | 101 | 1010101 | 1000101 |
Color Harmonies of #F3786D
Complementary color
Monochromatic Colors of #F3786D
Black with #F3786D
Text Example
Text Example
White with #F3786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3786D; }
p { color: rgb(243,120,109); }
H1.HeaderClassName
{
color: #F3786D;
}
.AnyTagClassName
{
color: #F3786D;
}
</style>
background-color css
<style>
a { background-color: #F3786D; }
a { background-color: rgb(243,120,109); }
div.DivClassName
{
background-color: #F3786D;
}
.BgClassName
{
background-color: #F3786D;
}
</style>
border-color css
<style>
span { border-color: #F3786D; }
span { border-color: rgb(243,120,109); }
td.TdClassName
{
border-color: #F3786D;
}
.TagClassName
{
border-color: #F3786D;
}
</style>