Shades of Salmon #F3876D
Tints of Salmon #F3876D
RGB
CMYK
RGB Variations
Color information
#F3876D (or 0xF3876D) is known color: Salmon. HEX triplet: F3, 87 and 6D. RGB value is (243,135,109). Sum of RGB (Red+Green+Blue) = 243+135+109=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3876D is #0C7892. Grayscale: #A4A4A4. Windows color (decimal): -817299 or 7178227. OLE color: 7178227.
HSL color Cylindrical-coordinate representation of color #F3876D: hue angle of 11.64º 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 #F3876D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 109 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.05 |
| HSL | 11.64º | 0.85% | 0.69% | - |
| HSV(B) | 11.64º | 0.55% | 0.95% | - |
| XYZ | 48.39 | 37.49 | 19.15 | - |
| YUV | 164.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 109 | 0 | 0.44 | 0.55 | 0.05 | 11.64 | 0.85 | 0.69 |
| Hex | F3 | 87 | 6D | 0 | 2C | 37 | 5 | C | 55 | 45 |
| Octal | 363 | 207 | 155 | 0 | 54 | 67 | 5 | 14 | 125 | 105 |
| Binary | 11110011 | 10000111 | 1101101 | 0 | 101100 | 110111 | 101 | 1100 | 1010101 | 1000101 |
Color Harmonies of #F3876D
Complementary color
Monochromatic Colors of #F3876D
Black with #F3876D
Text Example
Text Example
White with #F3876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3876D; }
p { color: rgb(243,135,109); }
H1.HeaderClassName
{
color: #F3876D;
}
.AnyTagClassName
{
color: #F3876D;
}
</style>
background-color css
<style>
a { background-color: #F3876D; }
a { background-color: rgb(243,135,109); }
div.DivClassName
{
background-color: #F3876D;
}
.BgClassName
{
background-color: #F3876D;
}
</style>
border-color css
<style>
span { border-color: #F3876D; }
span { border-color: rgb(243,135,109); }
td.TdClassName
{
border-color: #F3876D;
}
.TagClassName
{
border-color: #F3876D;
}
</style>