Shades of Salmon #F3826C
Tints of Salmon #F3826C
RGB
CMYK
RGB Variations
Color information
#F3826C (or 0xF3826C) is known color: Salmon. HEX triplet: F3, 82 and 6C. RGB value is (243,130,108). Sum of RGB (Red+Green+Blue) = 243+130+108=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3826C is #0C7D93. Grayscale: #A1A1A1. Windows color (decimal): -818580 or 7111411. OLE color: 7111411.
HSL color Cylindrical-coordinate representation of color #F3826C: hue angle of 9.78º 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 #F3826C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 108 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 9.78º | 0.85% | 0.69% | - |
| HSV(B) | 9.78º | 0.56% | 0.95% | - |
| XYZ | 47.65 | 36.1 | 18.64 | - |
| YUV | 161.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 108 | 0 | 0.47 | 0.56 | 0.05 | 9.78 | 0.85 | 0.69 |
| Hex | F3 | 82 | 6C | 0 | 2F | 38 | 5 | A | 55 | 45 |
| Octal | 363 | 202 | 154 | 0 | 57 | 70 | 5 | 12 | 125 | 105 |
| Binary | 11110011 | 10000010 | 1101100 | 0 | 101111 | 111000 | 101 | 1010 | 1010101 | 1000101 |
Color Harmonies of #F3826C
Complementary color
Monochromatic Colors of #F3826C
Black with #F3826C
Text Example
Text Example
White with #F3826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3826C; }
p { color: rgb(243,130,108); }
H1.HeaderClassName
{
color: #F3826C;
}
.AnyTagClassName
{
color: #F3826C;
}
</style>
background-color css
<style>
a { background-color: #F3826C; }
a { background-color: rgb(243,130,108); }
div.DivClassName
{
background-color: #F3826C;
}
.BgClassName
{
background-color: #F3826C;
}
</style>
border-color css
<style>
span { border-color: #F3826C; }
span { border-color: rgb(243,130,108); }
td.TdClassName
{
border-color: #F3826C;
}
.TagClassName
{
border-color: #F3826C;
}
</style>