Shades of Salmon #F3876C
Tints of Salmon #F3876C
RGB
CMYK
RGB Variations
Color information
#F3876C (or 0xF3876C) is known color: Salmon. HEX triplet: F3, 87 and 6C. RGB value is (243,135,108). Sum of RGB (Red+Green+Blue) = 243+135+108=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3876C is #0C7893. Grayscale: #A4A4A4. Windows color (decimal): -817300 or 7112691. OLE color: 7112691.
HSL color Cylindrical-coordinate representation of color #F3876C: hue angle of 12º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3876C is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 108 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 12º | 0.85% | 0.69% | - |
| HSV(B) | 12º | 0.56% | 0.95% | - |
| XYZ | 48.33 | 37.47 | 18.87 | - |
| YUV | 164.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 108 | 0 | 0.44 | 0.56 | 0.05 | 12 | 0.85 | 0.69 |
| Hex | F3 | 87 | 6C | 0 | 2C | 38 | 5 | C | 55 | 45 |
| Octal | 363 | 207 | 154 | 0 | 54 | 70 | 5 | 14 | 125 | 105 |
| Binary | 11110011 | 10000111 | 1101100 | 0 | 101100 | 111000 | 101 | 1100 | 1010101 | 1000101 |
Color Harmonies of #F3876C
Complementary color
Monochromatic Colors of #F3876C
Black with #F3876C
Text Example
Text Example
White with #F3876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3876C; }
p { color: rgb(243,135,108); }
H1.HeaderClassName
{
color: #F3876C;
}
.AnyTagClassName
{
color: #F3876C;
}
</style>
background-color css
<style>
a { background-color: #F3876C; }
a { background-color: rgb(243,135,108); }
div.DivClassName
{
background-color: #F3876C;
}
.BgClassName
{
background-color: #F3876C;
}
</style>
border-color css
<style>
span { border-color: #F3876C; }
span { border-color: rgb(243,135,108); }
td.TdClassName
{
border-color: #F3876C;
}
.TagClassName
{
border-color: #F3876C;
}
</style>