Shades of Salmon #F67769
Tints of Salmon #F67769
RGB
CMYK
RGB Variations
Color information
#F67769 (or 0xF67769) is known color: Salmon. HEX triplet: F6, 77 and 69. RGB value is (246,119,105). Sum of RGB (Red+Green+Blue) = 246+119+105=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F67769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67769 is #098896. Grayscale: #9B9B9B. Windows color (decimal): -624791 or 6911990. OLE color: 6911990.
HSL color Cylindrical-coordinate representation of color #F67769: hue angle of 5.96º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F67769 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 105 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 5.96º | 0.89% | 0.69% | - |
| HSV(B) | 5.96º | 0.57% | 0.96% | - |
| XYZ | 47.15 | 33.81 | 17.4 | - |
| YUV | 155.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 105 | 0 | 0.52 | 0.57 | 0.04 | 5.96 | 0.89 | 0.69 |
| Hex | F6 | 77 | 69 | 0 | 34 | 39 | 4 | 6 | 59 | 45 |
| Octal | 366 | 167 | 151 | 0 | 64 | 71 | 4 | 6 | 131 | 105 |
| Binary | 11110110 | 1110111 | 1101001 | 0 | 110100 | 111001 | 100 | 110 | 1011001 | 1000101 |
Color Harmonies of #F67769
Complementary color
Monochromatic Colors of #F67769
Black with #F67769
Text Example
Text Example
White with #F67769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67769; }
p { color: rgb(246,119,105); }
H1.HeaderClassName
{
color: #F67769;
}
.AnyTagClassName
{
color: #F67769;
}
</style>
background-color css
<style>
a { background-color: #F67769; }
a { background-color: rgb(246,119,105); }
div.DivClassName
{
background-color: #F67769;
}
.BgClassName
{
background-color: #F67769;
}
</style>
border-color css
<style>
span { border-color: #F67769; }
span { border-color: rgb(246,119,105); }
td.TdClassName
{
border-color: #F67769;
}
.TagClassName
{
border-color: #F67769;
}
</style>