Shades of Salmon #F3826A
Tints of Salmon #F3826A
RGB
CMYK
RGB Variations
Color information
#F3826A (or 0xF3826A) is known color: Salmon. HEX triplet: F3, 82 and 6A. RGB value is (243,130,106). Sum of RGB (Red+Green+Blue) = 243+130+106=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3826A is #0C7D95. Grayscale: #A1A1A1. Windows color (decimal): -818582 or 6980339. OLE color: 6980339.
HSL color Cylindrical-coordinate representation of color #F3826A: hue angle of 10.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3826A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 106 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 10.51º | 0.85% | 0.68% | - |
| HSV(B) | 10.51º | 0.56% | 0.95% | - |
| XYZ | 47.55 | 36.06 | 18.09 | - |
| YUV | 161.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 106 | 0 | 0.47 | 0.56 | 0.05 | 10.51 | 0.85 | 0.68 |
| Hex | F3 | 82 | 6A | 0 | 2F | 38 | 5 | B | 55 | 44 |
| Octal | 363 | 202 | 152 | 0 | 57 | 70 | 5 | 13 | 125 | 104 |
| Binary | 11110011 | 10000010 | 1101010 | 0 | 101111 | 111000 | 101 | 1011 | 1010101 | 1000100 |
Color Harmonies of #F3826A
Complementary color
Monochromatic Colors of #F3826A
Black with #F3826A
Text Example
Text Example
White with #F3826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3826A; }
p { color: rgb(243,130,106); }
H1.HeaderClassName
{
color: #F3826A;
}
.AnyTagClassName
{
color: #F3826A;
}
</style>
background-color css
<style>
a { background-color: #F3826A; }
a { background-color: rgb(243,130,106); }
div.DivClassName
{
background-color: #F3826A;
}
.BgClassName
{
background-color: #F3826A;
}
</style>
border-color css
<style>
span { border-color: #F3826A; }
span { border-color: rgb(243,130,106); }
td.TdClassName
{
border-color: #F3826A;
}
.TagClassName
{
border-color: #F3826A;
}
</style>