Shades of Salmon #F38669
Tints of Salmon #F38669
RGB
CMYK
RGB Variations
Color information
#F38669 (or 0xF38669) is known color: Salmon. HEX triplet: F3, 86 and 69. RGB value is (243,134,105). Sum of RGB (Red+Green+Blue) = 243+134+105=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F38669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38669 is #0C7996. Grayscale: #A3A3A3. Windows color (decimal): -817559 or 6915827. OLE color: 6915827.
HSL color Cylindrical-coordinate representation of color #F38669: hue angle of 12.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38669 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 105 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.05 |
| HSL | 12.61º | 0.85% | 0.68% | - |
| HSV(B) | 12.61º | 0.57% | 0.95% | - |
| XYZ | 48.04 | 37.12 | 18 | - |
| YUV | 163.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 105 | 0 | 0.45 | 0.57 | 0.05 | 12.61 | 0.85 | 0.68 |
| Hex | F3 | 86 | 69 | 0 | 2D | 39 | 5 | D | 55 | 44 |
| Octal | 363 | 206 | 151 | 0 | 55 | 71 | 5 | 15 | 125 | 104 |
| Binary | 11110011 | 10000110 | 1101001 | 0 | 101101 | 111001 | 101 | 1101 | 1010101 | 1000100 |
Color Harmonies of #F38669
Complementary color
Monochromatic Colors of #F38669
Black with #F38669
Text Example
Text Example
White with #F38669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38669; }
p { color: rgb(243,134,105); }
H1.HeaderClassName
{
color: #F38669;
}
.AnyTagClassName
{
color: #F38669;
}
</style>
background-color css
<style>
a { background-color: #F38669; }
a { background-color: rgb(243,134,105); }
div.DivClassName
{
background-color: #F38669;
}
.BgClassName
{
background-color: #F38669;
}
</style>
border-color css
<style>
span { border-color: #F38669; }
span { border-color: rgb(243,134,105); }
td.TdClassName
{
border-color: #F38669;
}
.TagClassName
{
border-color: #F38669;
}
</style>