Shades of Salmon #F3826B
Tints of Salmon #F3826B
RGB
CMYK
RGB Variations
Color information
#F3826B (or 0xF3826B) is known color: Salmon. HEX triplet: F3, 82 and 6B. RGB value is (243,130,107). Sum of RGB (Red+Green+Blue) = 243+130+107=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3826B is #0C7D94. Grayscale: #A1A1A1. Windows color (decimal): -818581 or 7045875. OLE color: 7045875.
HSL color Cylindrical-coordinate representation of color #F3826B: hue angle of 10.15º 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 #F3826B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 107 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.05 |
| HSL | 10.15º | 0.85% | 0.69% | - |
| HSV(B) | 10.15º | 0.56% | 0.95% | - |
| XYZ | 47.6 | 36.08 | 18.37 | - |
| YUV | 161.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 107 | 0 | 0.47 | 0.56 | 0.05 | 10.15 | 0.85 | 0.69 |
| Hex | F3 | 82 | 6B | 0 | 2F | 38 | 5 | A | 55 | 45 |
| Octal | 363 | 202 | 153 | 0 | 57 | 70 | 5 | 12 | 125 | 105 |
| Binary | 11110011 | 10000010 | 1101011 | 0 | 101111 | 111000 | 101 | 1010 | 1010101 | 1000101 |
Color Harmonies of #F3826B
Complementary color
Monochromatic Colors of #F3826B
Black with #F3826B
Text Example
Text Example
White with #F3826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3826B; }
p { color: rgb(243,130,107); }
H1.HeaderClassName
{
color: #F3826B;
}
.AnyTagClassName
{
color: #F3826B;
}
</style>
background-color css
<style>
a { background-color: #F3826B; }
a { background-color: rgb(243,130,107); }
div.DivClassName
{
background-color: #F3826B;
}
.BgClassName
{
background-color: #F3826B;
}
</style>
border-color css
<style>
span { border-color: #F3826B; }
span { border-color: rgb(243,130,107); }
td.TdClassName
{
border-color: #F3826B;
}
.TagClassName
{
border-color: #F3826B;
}
</style>